Index
All Classes and Interfaces|All Packages
A
- addDbVersionToGraph(DatabaseMetaData) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- addHashPartitionColumns() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- addInEdgeDefinitions() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- addOutEdgeDefinitions() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- addPartitionTables() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- addPropertyDefinitions() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- afterCreateTemporaryTableStatement() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- alterSequenceCacheSize(SqlgGraph, SchemaTable, String, int) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
C
- canWorkWith(DatabaseMetaData) - Method in class org.umlg.sqlg.plugin.H2Plugin
- checkConstraintName(SqlgGraph, String, String, String, String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- convertArray(PropertyType, Array) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- createSchemaStatement(String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- currSequenceVal(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
D
- dialectName() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
E
- existIndexQuery(SchemaTable, String, String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
G
- getArrayDriverType(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getAutoIncrementPrimaryKeyConstruct() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getColumnEscapeKey() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getDriverFor(String) - Method in class org.umlg.sqlg.plugin.H2Plugin
- getForeignKeyTypeDefinition() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getGis(SqlgGraph) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getGisSchemas() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getInternalSchemas() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getPrimaryKeyType() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getPublicSchema() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- getSpacialRefTable() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- grantReadOnlyUserPrivilegesToSqlgSchemas(SqlgGraph) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
H
- H2Dialect - Class in org.umlg.sqlg.dialect.impl
- H2Dialect() - Constructor for class org.umlg.sqlg.dialect.impl.H2Dialect
- H2Plugin - Class in org.umlg.sqlg.plugin
- H2Plugin() - Constructor for class org.umlg.sqlg.plugin.H2Plugin
I
- instantiateDialect() - Method in class org.umlg.sqlg.plugin.H2Plugin
- isH2() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- isSystemIndex(String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- isTimestampz(String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
L
- lockTable(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
N
- needsSchemaDropCascade() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- nextSequenceVal(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
O
- org.umlg.sqlg.dialect.impl - package org.umlg.sqlg.dialect.impl
- org.umlg.sqlg.plugin - package org.umlg.sqlg.plugin
P
- propertyTypeToJavaSqlType(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- propertyTypeToSqlDefinition(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- putJsonMetaObject(ObjectMapper, ArrayNode, String, int, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- putJsonObject(ObjectNode, String, int, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
S
- sequenceName(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- setArray(PreparedStatement, int, PropertyType, Object[]) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- setGeographyPoint(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- setLineString(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- setPoint(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- setPolygon(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- sqlArrayTypeNameToPropertyType(String, SqlgGraph, String, String, String, ListIterator<Triple<String, Integer, String>>) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
-
All this is because H2 does not return the TYPE_NAME for column meta data.
- sqlg.h2.dialect - module sqlg.h2.dialect
- sqlgAddIndexEdgeSequenceColumn() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- sqlgCreateTopologyGraph() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- sqlgTopologyCreationScripts() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- sqlToTurnOffReferentialConstraintCheck(String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- sqlToTurnOnReferentialConstraintCheck(String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- sqlTypeToPropertyType(SqlgGraph, String, String, String, int, String, ListIterator<Triple<String, Integer, String>>) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- supportsBatchMode() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- supportsBulkWithinOut() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- supportsCascade() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- supportsFullValueExpression() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- supportsJsonArrayValues() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- supportsTransactionalSchema() - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- supportsType(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
T
- toSelectString(boolean, ColumnList.Column, String) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
V
- validateProperty(Object, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
- valueToValuesString(PropertyType, Object) - Method in class org.umlg.sqlg.dialect.impl.H2Dialect
All Classes and Interfaces|All Packages