Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addHashPartitionColumns() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- addInEdgeDefinitions() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- addOutEdgeDefinitions() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- addPartitionSchemaAbstractLabelColumns() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- addPartitionTables() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- addPropertyDefinitions() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- afterCreateTemporaryTableStatement() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- alterForeignKeyToDeferrable(String, String, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- alterSequenceCacheSize(SqlgGraph, SchemaTable, String, int) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- assertTableName(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
B
- bulkAddEdges(SqlgGraph, SchemaTable, SchemaTable, String, Pair<String, String>, Collection<Pair<L, R>>, Map<String, PropertyDefinition>, Map<String, Object>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
C
- canWorkWith(DatabaseMetaData) - Method in class org.umlg.sqlg.plugin.PostgresPlugin
- checkConstraintName(SqlgGraph, String, String, String, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- columnsToIgnore() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- constructCompleteCopyCommandSqlEdge(SqlgGraph, SqlgEdge, VertexLabel, VertexLabel, SqlgVertex, SqlgVertex, Map<String, Object>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- constructCompleteCopyCommandSqlVertex(SqlgGraph, String, String, Set<String>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- constructCompleteCopyCommandSqlVertex(SqlgGraph, SqlgVertex, Map<String, Object>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- constructCompleteCopyCommandTemporarySqlVertex(SqlgGraph, SqlgVertex, Map<String, Object>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- convertArray(PropertyType, Array) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- createSchemaStatement(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- currSequenceVal(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
D
- dialectName() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- distanceBetween(Point, Point) - Method in class org.umlg.sqlg.gis.Gis
- distanceBetween(GeographyPoint, GeographyPoint) - Method in class org.umlg.sqlg.gis.Gis
- drop(SqlgGraph, String, String, LinkedList<SchemaTableTree>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- drop(EdgeLabel, Collection<RecordId.ID>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- drop(VertexLabel, Collection<RecordId.ID>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- dropWithForeignKey(boolean, EdgeLabel, VertexLabel, Collection<RecordId.ID>, boolean) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
E
- existIndexQuery(SchemaTable, String, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- extractIndices(Connection, String, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
F
- flushEdgeCache(SqlgGraph, Map<MetaEdge, Pair<SortedSet<String>, Map<SqlgEdge, Triple<SqlgVertex, SqlgVertex, Map<String, Object>>>>>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- flushEdgePropertyCache(SqlgGraph, Map<SchemaTable, Pair<SortedSet<String>, Map<SqlgEdge, Map<String, Object>>>>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- flushVertexCache(SqlgGraph, Map<SchemaTable, Pair<SortedSet<String>, Map<SqlgVertex, Map<String, Object>>>>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
-
flushes the cache via the copy command.
- flushVertexPropertyCache(SqlgGraph, Map<SchemaTable, Pair<SortedSet<String>, Map<SqlgVertex, Map<String, Object>>>>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
G
- GeographyPoint - Class in org.umlg.sqlg.gis
-
Created by pieter on 2015/09/13.
- GeographyPoint() - Constructor for class org.umlg.sqlg.gis.GeographyPoint
- GeographyPoint(double, double) - Constructor for class org.umlg.sqlg.gis.GeographyPoint
- GeographyPoint(double, double, double) - Constructor for class org.umlg.sqlg.gis.GeographyPoint
- GeographyPoint(String) - Constructor for class org.umlg.sqlg.gis.GeographyPoint
- GeographyPoint(String, boolean) - Constructor for class org.umlg.sqlg.gis.GeographyPoint
- GeographyPoint(Point) - Constructor for class org.umlg.sqlg.gis.GeographyPoint
- GeographyPolygon - Class in org.umlg.sqlg.gis
-
Created by pieter on 2015/09/13.
- GeographyPolygon() - Constructor for class org.umlg.sqlg.gis.GeographyPolygon
- GeographyPolygon(String) - Constructor for class org.umlg.sqlg.gis.GeographyPolygon
- GeographyPolygon(String, boolean) - Constructor for class org.umlg.sqlg.gis.GeographyPolygon
- GeographyPolygon(LinearRing[]) - Constructor for class org.umlg.sqlg.gis.GeographyPolygon
- GeographyPolygon(Polygon) - Constructor for class org.umlg.sqlg.gis.GeographyPolygon
- getArrayContainsQueryText(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getArrayDriverType(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getArrayOverlapsQueryText(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getAutoIncrement() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getAutoIncrementPrimaryKeyConstruct() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getBatchNull() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getBlocked(int, Connection) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getColumnEscapeKey() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getConnectionBackendPid(Connection) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getDriverFor(String) - Method in class org.umlg.sqlg.plugin.PostgresPlugin
- getForeignKeyTypeDefinition() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getFullTextQueryText(FullText, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getGis(SqlgGraph) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getGisSchemas() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getInternalSchemas() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getMaximumColumnNameLength() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getMaximumIndexNameLength() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getMaximumSchemaNameLength() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getMaximumTableNameLength() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getPartitions(Connection) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getPrimaryKeyType() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getShardCount(SqlgGraph, AbstractLabel) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- getSpacialRefTable() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- Gis - Class in org.umlg.sqlg.gis
-
Created by pieter on 2015/09/13.
- GIS - Static variable in class org.umlg.sqlg.gis.Gis
- grantReadOnlyUserPrivilegesToSqlgSchemas(SqlgGraph) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
H
- handleOther(Map<String, Object>, String, Object, PropertyType) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
I
- instantiateDialect() - Method in class org.umlg.sqlg.plugin.PostgresPlugin
- isPostgresql() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- isSystemIndex(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- isTimestampz(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
L
- lock(SqlgGraph) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- lockTable(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
M
- manageJdbcUrl(String) - Method in class org.umlg.sqlg.plugin.PostgresPlugin
-
Append 'autosave=conservative' to the jdbc url.
N
- needForeignKeyIndex() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- needsTimeZone() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- nextSequenceVal(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- notifyChange(SqlgGraph, LocalDateTime, JsonNode) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
O
- org.umlg.sqlg.dialect.impl - package org.umlg.sqlg.dialect.impl
- org.umlg.sqlg.gis - package org.umlg.sqlg.gis
- org.umlg.sqlg.plugin - package org.umlg.sqlg.plugin
P
- PostgresDialect - Class in org.umlg.sqlg.dialect.impl
-
Date: 2014/07/16 Time: 1:42 PM
- PostgresDialect() - Constructor for class org.umlg.sqlg.dialect.impl.PostgresDialect
- PostgresPlugin - Class in org.umlg.sqlg.plugin
- PostgresPlugin() - Constructor for class org.umlg.sqlg.plugin.PostgresPlugin
- prepareDB(Connection) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- propertyTypeToJavaSqlType(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- propertyTypeToSqlDefinition(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
R
- registerListener(SqlgGraph) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
S
- sequenceName(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setArray(PreparedStatement, int, PropertyType, Object[]) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setGeographyPoint(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setJson(PreparedStatement, int, JsonNode) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setLineString(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setLquery(PreparedStatement, int, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setLqueryArray(PreparedStatement, int, Array) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setLtree(PreparedStatement, int, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setLtreeArray(PreparedStatement, int, Array) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setPoint(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setPolygon(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- setSqlgGraph(SqlgGraph) - Method in class org.umlg.sqlg.gis.Gis
- sqlArrayTypeNameToPropertyType(String, SqlgGraph, String, String, String, ListIterator<Triple<String, Integer, String>>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- sqlg.postgres.dialect - module sqlg.postgres.dialect
- sqlgAddIndexEdgeSequenceColumn() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- sqlgCreateTopologyGraph() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- sqlgTopologyCreationScripts() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- sqlInParameterLimit() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- sqlToGetAllForeignKeys() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- sqlTruncate(SqlgGraph, SchemaTable) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- sqlTypeToPropertyType(SqlgGraph, String, String, String, int, String, ListIterator<Triple<String, Integer, String>>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
-
This is only used for upgrading from pre sqlg_schema sqlg to a sqlg_schema
- SRID - Static variable in class org.umlg.sqlg.gis.Gis
- streamSql(SqlgGraph, String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsBatchMode() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsBulkWithinOut() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsClientInfo() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsDeferrableForeignKey() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsDistribution() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsILike() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsJsonArrayValues() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsJsonType() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsPartitioning() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsSharding() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsStreamingBatchMode() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsTruncateMultipleTablesTogether() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- supportsType(PropertyType) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
T
- temporaryTableCopyCommandSqlVertex(SqlgGraph, SchemaTable, Set<String>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
U
- unregisterListener() - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
V
- validateColumnName(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- validateProperty(Object, Object) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- validateSchemaName(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- validateTableName(String) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- valueToValuesString(PropertyType, Object) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
W
- writeStreamingEdge(Writer, SqlgEdge, VertexLabel, VertexLabel, SqlgVertex, SqlgVertex, Map<String, Object>, EdgeLabel) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- writeStreamingVertex(Writer, Map<String, Object>, VertexLabel) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
- writeTemporaryStreamingVertex(Writer, Map<String, Object>) - Method in class org.umlg.sqlg.dialect.impl.PostgresDialect
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form