| |
|
| java.lang.Object org.h2.engine.Mode
Mode | public class Mode (Code) | | The compatibility modes. There is a fixed set of modes (for example
PostgreSQL, MySQL). Each mode has different settings.
|
convertInsertNullToZero | public boolean convertInsertNullToZero(Code) | | |
convertOnlyToSmallerScale | public boolean convertOnlyToSmallerScale(Code) | | |
indexDefinitionInCreateTable | public boolean indexDefinitionInCreateTable(Code) | | |
lowerCaseIdentifiers | public boolean lowerCaseIdentifiers(Code) | | |
nullConcatIsNull | public boolean nullConcatIsNull(Code) | | |
roundWhenConvertToLong | public boolean roundWhenConvertToLong(Code) | | |
squareBracketQuotedNames | public boolean squareBracketQuotedNames(Code) | | |
systemColumns | public boolean systemColumns(Code) | | |
|
|
|