Search Results
https://dev.mysql.com/doc/mysql-installer/en/server-advanced-options.html
Table Names Case You can set the following options during the initial and subsequent configuration the server. Lower Case Sets the lower_case_table_names option value to 1 (default), in which table names are stored in lowercase on disk and ... This ...
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-8-0.html
The following list details the changes to specific options and variables within MySQL 8.0.
https://dev.mysql.com/doc/ndbapi/en/ch04s03s04s01.html
Table 4.120 com.mysql.clusterj.* Name Description DEFAULT_PROPERTY_CLUSTER_BYTE_BUFFER_POOL_SIZES "256, 10240, 102400, 1048576" DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_BATCH_SIZE 10 DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_START 1 ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-column.html
Table 4.80 allowsNull Parameter Description return whether the column allows null values to be inserted 4.3.2.1.3 defaultValue Default value for this column. Table 4.81 defaultValue Parameter Description return the default value for this column ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-extension.html
Table 4.84 key Parameter Description return the key 4.3.2.3.3 value The value for the extension (required). Table 4.85 value Parameter Description return the value 4.3.2.3.4 vendorName Vendor that the extension applies to (required to make the key ...4.3.2.3.1 Synopsis @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Extension { public String vendorName ; public String key ; public String value ;} 4.3.2.3.2 key The key for the extension ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-index.html
Table 4.88 columns Parameter Description return columns that compose this index 4.3.2.5.3 name Name of the index Table 4.89 name Parameter Description return the name of the index 4.3.2.5.4 unique Whether this index is unique Table 4.90 unique ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-primarykey.html
Annotation on a member to define it as a primary key member of a class or persistent interface.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjdatastoreexception.html
4.3.1.2.8 tableNotFound() public boolean tableNotFound(); tableNotFound() Table 4.5 tableNotFound() Parameter Description return true if the error is a "Table Not Found" condition Since 9.4.0 . The underlying cause of the exception is contained in ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-predicate.html
Table 4.101 and(Predicate) Parameter Description predicate the other predicate return a new Predicate combining both Predicates 4.3.3.1.3 not() public abstract Predicate not(); Negate this Predicate. Table 4.102 not() Parameter Description return ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querydefinition.html
Table 4.115 not(Predicate) Parameter Description predicate the predicate to negate return the inverted predicate 4.3.3.4.3 param(String) public abstract PredicateOperand param(String parameterName); Specify a parameter for the query. Table 4.116 ...