Skip navigation links
A B C D E F G H I L N O P S T V W 

A

afterCreateTemporaryTableStatement() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
alterSequenceCacheSize(SqlgGraph, SchemaTable, String, int) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
assertTableName(String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

B

bulkAddEdges(SqlgGraph, SchemaTable, SchemaTable, String, Pair<String, String>, Collection<Pair<L, R>>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

C

canWorkWith(DatabaseMetaData) - Method in class org.umlg.sqlg.PostgresPlugin
 
columnsToIgnore() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
constructCompleteCopyCommandSqlEdge(SqlgGraph, SqlgEdge, SqlgVertex, SqlgVertex, Map<String, Object>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
constructCompleteCopyCommandSqlVertex(SqlgGraph, SqlgVertex, Map<String, Object>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
constructCompleteCopyCommandTemporarySqlVertex(SqlgGraph, SqlgVertex, Map<String, Object>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
convertArray(PropertyType, Array) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
createSchemaStatement() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
currSequenceVal(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

D

dialectName() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
distanceBetween(Point, Point) - Method in class org.umlg.sqlg.gis.Gis
 
distanceBetween(GeographyPoint, GeographyPoint) - Method in class org.umlg.sqlg.gis.Gis
 

E

existIndexQuery(SchemaTable, String, String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

F

flushEdgeCache(SqlgGraph, Map<MetaEdge, Pair<SortedSet<String>, Map<SqlgEdge, Triple<SqlgVertex, SqlgVertex, Map<String, Object>>>>>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
flushEdgePropertyCache(SqlgGraph, Map<SchemaTable, Pair<SortedSet<String>, Map<SqlgEdge, Map<String, Object>>>>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
flushElementPropertyCache(SqlgGraph, boolean, Map<SchemaTable, Pair<SortedSet<String>, Map<T, Map<String, Object>>>>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
flushRemovedEdges(SqlgGraph, Map<SchemaTable, List<SqlgEdge>>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
flushRemovedVertices(SqlgGraph, Map<SchemaTable, List<SqlgVertex>>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
flushVertexCache(SqlgGraph, Map<SchemaTable, Pair<SortedSet<String>, Map<SqlgVertex, Map<String, Object>>>>) - Method in class org.umlg.sqlg.sql.dialect.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.sql.dialect.PostgresDialect
 

G

GeographyPoint - Class in org.umlg.sqlg.gis
Created by pieter on 2015/09/13.
GeographyPoint(Point) - Constructor for class org.umlg.sqlg.gis.GeographyPoint
 
GeographyPoint() - Constructor for class org.umlg.sqlg.gis.GeographyPoint
 
GeographyPoint(double, double, double) - Constructor for class org.umlg.sqlg.gis.GeographyPoint
 
GeographyPoint(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
 
GeographyPolygon - Class in org.umlg.sqlg.gis
Created by pieter on 2015/09/13.
GeographyPolygon(Polygon) - Constructor for class org.umlg.sqlg.gis.GeographyPolygon
 
GeographyPolygon() - Constructor for class org.umlg.sqlg.gis.GeographyPolygon
 
GeographyPolygon(LinearRing[]) - 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
 
getArrayDriverType(PropertyType) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getAutoIncrementPrimaryKeyConstruct() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getBatchNull() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getColumnEscapeKey() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getDefaultSchemas() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getDriverFor(String) - Method in class org.umlg.sqlg.PostgresPlugin
 
getForeignKeyTypeDefinition() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getGis(SqlgGraph) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getGisSchemas() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getMinimumColumnNameLength() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getMinimumSchemaNameLength() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getMinimumTableNameLength() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getPrimaryKeyType() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
getSpacialRefTable() - Method in class org.umlg.sqlg.sql.dialect.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
 

H

handleOther(Map<String, Object>, String, Object, PropertyType) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

I

inputStreamSql(SqlgGraph, String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
instantiateDialect() - Method in class org.umlg.sqlg.PostgresPlugin
 
isPostgresql() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

L

lockTable(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

N

needForeignKeyIndex() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
needsTimeZone() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
nextSequenceVal(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

O

org.umlg.sqlg - package org.umlg.sqlg
 
org.umlg.sqlg.gis - package org.umlg.sqlg.gis
 
org.umlg.sqlg.sql.dialect - package org.umlg.sqlg.sql.dialect
 

P

PostgresDialect - Class in org.umlg.sqlg.sql.dialect
Date: 2014/07/16 Time: 1:42 PM
PostgresDialect() - Constructor for class org.umlg.sqlg.sql.dialect.PostgresDialect
 
PostgresPlugin - Class in org.umlg.sqlg
 
PostgresPlugin() - Constructor for class org.umlg.sqlg.PostgresPlugin
 
propertyTypeToJavaSqlType(PropertyType) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
propertyTypeToSqlDefinition(PropertyType) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

S

sequenceName(SqlgGraph, SchemaTable, String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
setArray(PreparedStatement, int, PropertyType, Object[]) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
setGeographyPoint(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
setJson(PreparedStatement, int, JsonNode) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
setLineString(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
setPoint(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
setPolygon(PreparedStatement, int, Object) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
setSqlgGraph(SqlgGraph) - Method in class org.umlg.sqlg.gis.Gis
 
sqlgTopologyCreationScripts() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
sqlTypeToPropertyType(SqlgGraph, String, String, String, int, String) - Method in class org.umlg.sqlg.sql.dialect.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.sql.dialect.PostgresDialect
 
supportsBatchMode() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
supportsBulkWithinOut() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
supportsClientInfo() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
supportsILike() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
supportsJson() - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

T

temporaryTableCopyCommandSqlVertex(SqlgGraph, SchemaTable, Map<String, Object>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

V

validateColumnName(String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
validateProperty(Object, Object) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
validateSchemaName(String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
validateTableName(String) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 

W

writeStreamingEdge(OutputStream, SqlgEdge, SqlgVertex, SqlgVertex, Map<String, Object>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
writeStreamingVertex(OutputStream, Map<String, Object>) - Method in class org.umlg.sqlg.sql.dialect.PostgresDialect
 
A B C D E F G H I L N O P S T V W 
Skip navigation links

Copyright © 2016. All rights reserved.