Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- absolute(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- acceptsURL(String) - Method in class net.bitnine.agensgraph.Driver
-
Returns true if the driver thinks it can open a connection to the given URL.
- add(boolean) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a value to the array as a boolean.
- add(double) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a value to the array as a double.
- add(long) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a value to the array as a long.
- add(Object) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a value to the array as an object.
- add(String) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a value to the array as a string.
- add(String, boolean) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/boolean pair to the Jsonb object associated with this object builder.
- add(String, double) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/double pair to the Jsonb object associated with this object builder.
- add(String, long) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/long pair to the Jsonb object associated with this object builder.
- add(String, Object) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/object pair to the Jsonb object associated with this object builder.
- add(String, String) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/string pair to the Jsonb object associated with this object builder.
- add(String, Jsonb) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/Jsonb pair to the Jsonb object associated with this object builder.
- add(String, JsonbArrayBuilder) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/JsonbArray pair to the Jsonb object associated with this object builder.
- add(String, JsonbObjectBuilder) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/JsonbObject pair to the Jsonb object associated with this object builder.
- add(Jsonb) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a value to the array as a Jsonb.
- add(JsonbArrayBuilder) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a JsonbArray from an array builder to the array.
- add(JsonbObjectBuilder) - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a JsonbObject from an array builder to the array.
- addBatch() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- addBatch(String) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- addDataSource(String) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- addNull() - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Adds a value to the array as a null.
- addNull(String) - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Adds a name/null pair to the Jsonb object associated with this object builder where the value is null.
- afterLast() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- AgArray - Class in net.bitnine.agensgraph.jdbc
-
Array is used collect one column of query result data.
- AgArray(BaseConnection, int, byte[]) - Constructor for class net.bitnine.agensgraph.jdbc.AgArray
-
Create a new Array.
- AgArray(BaseConnection, int, String) - Constructor for class net.bitnine.agensgraph.jdbc.AgArray
-
Create a new Array.
- AgConnection - Class in net.bitnine.agensgraph.jdbc
-
This class defines connection to AgensGraph.
- AgConnection(HostSpec[], String, String, Properties, String) - Constructor for class net.bitnine.agensgraph.jdbc.AgConnection
- AGConnectionPoolDataSource - Class in net.bitnine.agensgraph.ds
- AGConnectionPoolDataSource() - Constructor for class net.bitnine.agensgraph.ds.AGConnectionPoolDataSource
- AGPoolingDataSource - Class in net.bitnine.agensgraph.ds
-
Deprecated.Since 42.0.0, instead of this class you should use a fully featured connection pool like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
- AGPoolingDataSource() - Constructor for class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- AgPreparedStatement - Class in net.bitnine.agensgraph.jdbc
-
This class defines a precompiled statement to AgensGraph.
- AgResultSet - Class in net.bitnine.agensgraph.jdbc
-
This class defines a database result set, which is generated by executing a statement that queries the AgensGraph.
- AgStatement - Class in net.bitnine.agensgraph.jdbc
-
This class defines a statement to AgensGraph.
- AgTokenizer - Class in net.bitnine.agensgraph.util
-
This class is used to tokenize the text output.
B
- BaseDataSource - Class in net.bitnine.agensgraph.ds.common
-
Base class for data sources and related classes.
- BaseDataSource() - Constructor for class net.bitnine.agensgraph.ds.common.BaseDataSource
- beforeFirst() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- build() - Method in class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Returns the Jsonb array associated with this array builder.
- build() - Method in class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Returns the Jsonb object associated with this object builder.
C
- cancel() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- cancelRowUpdates() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- clearBatch() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- clearParameters() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- clearWarnings() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- clearWarnings() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- close() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Closes this DataSource, and all the pooled connections, whether in use or not.
- close() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- close() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- closeOnCompletion() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- connect(String, Properties) - Method in class net.bitnine.agensgraph.Driver
-
Try to make a database connection to the given URL.
- containsKey(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- containsKey(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- containsKey(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns true if the given key is contained.
- create(boolean) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of the given boolean value.
- create(double) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of the given double value.
- create(int) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of the given integer value.
- create(long) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of the given long value.
- create(String) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of the given string value.
- createArray() - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of an empty array.
- createArray(Iterable<?>) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of an array that has elements from the given iterable.
- createArray(Object...) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of an array of the given objects.
- createArray(String...) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of an array of the given strings.
- createArrayBuilder() - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a JsonbArrayBuilder to build an array.
- createConnectionPool() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Creates the appropriate ConnectionPool to use for this DataSource.
- createDriverResultSet(Field[], List<Tuple>) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- createNull() - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of null value.
- createObject() - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of an empty object.
- createObject(Map<String, ?>) - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a Jsonb of an object that has properties from the given map.
- createObjectBuilder() - Static method in class net.bitnine.agensgraph.util.JsonbUtil
-
Returns a JsonbObjectBuilder to builder an object.
- createReference() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Generates a reference using the appropriate object factory.
- createResultSet(Query, Field[], List<Tuple>, ResultCursor) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- createStatement(int, int, int) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
D
- dataSourceName - Variable in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- dataSources - Static variable in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- deleteRow() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- deregister() - Static method in class net.bitnine.agensgraph.Driver
-
According to JDBC specification, this driver is registered against
DriverManagerwhen the class is loaded. - Driver - Class in net.bitnine.agensgraph
-
The Java SQL framework allows for multiple database drivers.
- Driver() - Constructor for class net.bitnine.agensgraph.Driver
- DRIVER_FULL_NAME - Static variable in class net.bitnine.agensgraph.util.DriverInfo
-
The driver full name.
- DRIVER_NAME - Static variable in class net.bitnine.agensgraph.util.DriverInfo
-
The driver name.
- DRIVER_VERSION - Static variable in class net.bitnine.agensgraph.util.DriverInfo
-
The driver version.
- DriverInfo - Class in net.bitnine.agensgraph.util
-
The Driver info.
E
- Edge - Class in net.bitnine.agensgraph.graph
-
This class defines the type edge.
- Edge() - Constructor for class net.bitnine.agensgraph.graph.Edge
- EDGE - Static variable in class net.bitnine.agensgraph.core.Oid
- EDGE_ARRAY - Static variable in class net.bitnine.agensgraph.core.Oid
- edges() - Method in class net.bitnine.agensgraph.graph.Path
-
Returns a set of the edges.
- execute() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- execute(String) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- execute(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- execute(String, int[]) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- execute(String, String[]) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeBatch() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeLargeUpdate() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- executeQuery() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- executeQuery(String) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeUpdate() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- executeUpdate(String) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeUpdate(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeUpdate(String, int[]) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeUpdate(String, String[]) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeWithFlags(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeWithFlags(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- executeWithFlags(CachedQuery, int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
F
- findColumn(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- first() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- free() - Method in class net.bitnine.agensgraph.jdbc.AgArray
G
- getAllowEncodingChanges() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getApplicationName() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getArray() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns a Jsonb that wraps the array value if the Json value is array or throws UnsupportedOperationException.
- getArray(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getArray(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns a Jsonb that wraps the array value if the value at index of the array is array or throws UnsupportedOperationException.
- getArray(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getArray(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getArray(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getArray(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getArrayImpl(long, int, Map<String, Class<?>>) - Method in class net.bitnine.agensgraph.jdbc.AgArray
- getAsciiStream(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getAsciiStream(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getAssumeMinServerVersion() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getAutosave() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getBaseTypeName() - Method in class net.bitnine.agensgraph.jdbc.AgArray
- getBigDecimal(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBigDecimal(int, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBigDecimal(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBigDecimal(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBinaryStream(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBinaryStream(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBinaryTransfer() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getBinaryTransferDisable() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getBinaryTransferEnable() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getBlob(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBlob(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBoolean() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the boolean value if the Json value is boolean.
- getBoolean(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBoolean(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the boolean value if the value at index of the array is boolean or throws UnsupportedOperationException.
- getBoolean(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getBoolean(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBoolean(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getBoolean(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getBoolean(String, boolean) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getBoolean(String, boolean) - Method in class net.bitnine.agensgraph.util.Jsonb
- getBoolean(String, boolean) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getByte(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getByte(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBytes(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getBytes(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getCancelSignalTimeout() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getCharacterStream(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getCharacterStream(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getCleanupSavepoints() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
see PGProperty#CLEANUP_SAVEPOINTS
- getClob(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getClob(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getConcurrency() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getConnection() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Gets a connection from the connection pool.
- getConnection() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets a connection to the PostgreSQL database.
- getConnection() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getConnection(String, String) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Gets a non-pooled connection, unless the user and password are the same as the default values for this connection pool.
- getConnection(String, String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets a connection to the PostgreSQL database.
- getConnectTimeout() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getCurrentSchema() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getCursorName() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getDatabaseMetadataCacheFields() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getDatabaseMetadataCacheFieldsMiB() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getDatabaseName() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets the name of the PostgreSQL database, running on the server identified by the serverName property.
- getDataSource(String) - Static method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- getDataSourceName() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Gets the name of this DataSource.
- getDate(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getDate(int, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getDate(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getDate(String, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getDefaultRowFetchSize() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getDescription() - Method in class net.bitnine.agensgraph.ds.AGConnectionPoolDataSource
-
Gets a description of this DataSource.
- getDescription() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Gets a description of this DataSource.
- getDescription() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets a description of this DataSource-ish thing.
- getDisableColumnSanitiser() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getDouble() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the double value if the Json value is double or throws UnsupportedOperationException.
- getDouble(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getDouble(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the double value if the value at index of the array is double or throws UnsupportedOperationException.
- getDouble(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getDouble(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getDouble(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getDouble(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getDouble(String, double) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getDouble(String, double) - Method in class net.bitnine.agensgraph.util.Jsonb
- getDouble(String, double) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getEdgeId() - Method in class net.bitnine.agensgraph.graph.Edge
-
Returns id of the edge.
- getEndVertexId() - Method in class net.bitnine.agensgraph.graph.Edge
-
Returns id of the end vertex.
- getEscapeSyntaxCallMode() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getFetchDirection() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getFetchDirection() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getFetchSize() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getFetchSize() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getFloat(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getFloat(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getGeneratedKeys() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getGraphId() - Method in class net.bitnine.agensgraph.graph.GraphEntity
-
Returns the value of GraphId.
- getGssEncMode() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getGssLib() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getHideUnprivilegedObjects() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getHoldability() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getHostRecheckSeconds() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getId() - Method in class net.bitnine.agensgraph.graph.GraphId
-
Returns the id of the GraphId.
- getInitialConnections() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Gets the number of connections that will be created when this DataSource is initialized.
- getInt() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the integer value if the Json value is integer or throws UnsupportedOperationException.
- getInt(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getInt(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the integer value if the value at index of the array is integer or throws UnsupportedOperationException.
- getInt(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getInt(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getInt(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getInt(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getInt(String, int) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getInt(String, int) - Method in class net.bitnine.agensgraph.util.Jsonb
- getInt(String, int) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getJaasApplicationName() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getJaasLogin() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getJsonValue() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the internal structure (from json-simple 1.1.1) of the Json value.
- getKerberosServerName() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getKeys() - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getKeys() - Method in class net.bitnine.agensgraph.util.Jsonb
- getKeys() - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns a set of keys.
- getLabel() - Method in class net.bitnine.agensgraph.graph.GraphEntity
-
Returns the value of label.
- getLastOID() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getLoadBalanceHosts() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getLoggerFile() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getLoggerLevel() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getLoginTimeout() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getLogServerErrorDetail() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getLogUnclosedConnections() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getLogWriter() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
This implementation don't use a LogWriter.
- getLong() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the long value if the Json value is long or throws UnsupportedOperationException.
- getLong(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getLong(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the long value if the value at index of the array is long or throws UnsupportedOperationException.
- getLong(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getLong(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getLong(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getLong(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getLong(String, long) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getLong(String, long) - Method in class net.bitnine.agensgraph.util.Jsonb
- getLong(String, long) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getMajorVersion() - Method in class net.bitnine.agensgraph.Driver
- getMaxConnections() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Gets the maximum number of connections that the pool will allow.
- getMaxFieldSize() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getMaxResultBuffer() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getMaxRows() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getMetaData() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- getMetaData() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getMinorVersion() - Method in class net.bitnine.agensgraph.Driver
- getMoreResults() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getMoreResults(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getNCharacterStream(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getNCharacterStream(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getNClob(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getNClob(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getNString(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getNString(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getObject() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns a Jsonb that wraps the object value if the Json value is object or throws UnsupportedOperationException.
- getObject(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getObject(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns a Jsonb that wraps the object value if the value at index of the array is object or throws UnsupportedOperationException.
- getObject(int, Class<T>) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getObject(int, Map<String, Class<?>>) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getObject(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getObject(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getObject(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getObject(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getObject(String, Class<T>) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getObject(String, Map<String, Class<?>>) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getOptions() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getParameterMetaData() - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- getParentLogger() - Method in class net.bitnine.agensgraph.Driver
- getParentLogger() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getPassword() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets the password to connect with by default.
- getPooledConnection() - Method in class net.bitnine.agensgraph.ds.AGConnectionPoolDataSource
-
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
- getPooledConnection(String, String) - Method in class net.bitnine.agensgraph.ds.AGConnectionPoolDataSource
-
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
- getPortNumber() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Deprecated.
- getPortNumbers() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets the port(s) which the PostgreSQL server is listening on for TCP/IP connections.
- getPreferQueryMode() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getPreparedStatementCacheQueries() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getPreparedStatementCacheSizeMiB() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getPrepareThreshold() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getPrepareThreshold() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getProperties() - Method in class net.bitnine.agensgraph.graph.GraphEntity
-
Returns the value of Jsonb.
- getProperty(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getProperty(PGProperty) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getPropertyInfo(String, Properties) - Method in class net.bitnine.agensgraph.Driver
-
The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.
- getProtocolVersion() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getQueryTimeout() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getReadOnly() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getReadOnlyMode() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getReceiveBufferSize() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getRecvBufferSize() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getRef(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getRef(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getReference() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Adds custom properties for this DataSource to the properties defined in the superclass.
- getReference() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getReplication() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getResultSet() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getResultSetConcurrency() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getResultSetHoldability() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getResultSetImpl(long, int, Map<String, Class<?>>) - Method in class net.bitnine.agensgraph.jdbc.AgArray
- getResultSetType() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getReWriteBatchedInserts() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getRow() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getRowId(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getRowId(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getSendBufferSize() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getServerName() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Deprecated.
- getServerNames() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets the name of the host(s) the PostgreSQL database is running on.
- getSharedTimer() - Static method in class net.bitnine.agensgraph.Driver
- getShort(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getShort(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getSocketFactory() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSocketFactoryArg() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSocketTimeout() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSQLXML(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getSQLXML(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getSsl() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslcert() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslCert() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslfactory() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslfactoryarg() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslFactoryArg() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslhostnameverifier() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslHostnameVerifier() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslkey() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslKey() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslmode() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslMode() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslpassword() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslPassword() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslpasswordcallback() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslPasswordCallback() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslrootcert() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSslRootCert() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getSspiServiceClass() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getStartVertexId() - Method in class net.bitnine.agensgraph.graph.Edge
-
Returns id of the start vertex.
- getStatement() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getString() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the string value if the Json value is string or throws UnsupportedOperationException.
- getString(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getString(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the string value if the value at index of the array is string or throws UnsupportedOperationException.
- getString(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getString(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getString(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getString(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getString(String, String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- getString(String, String) - Method in class net.bitnine.agensgraph.util.Jsonb
- getString(String, String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns the value stored at the key.
- getStringType() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getTargetServerType() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getTcpKeepAlive() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getTime(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTime(int, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTime(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTime(String, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTimestamp(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTimestamp(int, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTimestamp(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTimestamp(String, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getType() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getTypedValue() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns an object that wraps automatically the value by type.
- getUnicodeStream(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getUnicodeStream(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getUnknownLength() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getUpdateCount() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getUrl() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Generates a
DriverManagerURL from the other properties supplied. - getURL() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Generates a
DriverManagerURL from the other properties supplied. - getURL(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getURL(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getUser() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Gets the user to connect as by default.
- getUseSpNego() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- getValue() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns a string representation of the Json value.
- getVersion() - Static method in class net.bitnine.agensgraph.Driver
-
Deprecated.use
Driver.getMajorVersion()andDriver.getMinorVersion()instead - getVertexId() - Method in class net.bitnine.agensgraph.graph.Vertex
-
Returns id of the vertex.
- getWarnings() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- getWarnings() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- getXmlFactoryFactory() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- GraphEntity - Class in net.bitnine.agensgraph.graph
-
This abstract class defines the graph entity.
- GraphEntity() - Constructor for class net.bitnine.agensgraph.graph.GraphEntity
- GraphId - Class in net.bitnine.agensgraph.graph
-
This class defines the type graph id.
- GraphId() - Constructor for class net.bitnine.agensgraph.graph.GraphId
- GraphId(long) - Constructor for class net.bitnine.agensgraph.graph.GraphId
- GRAPHID - Static variable in class net.bitnine.agensgraph.core.Oid
- GRAPHID_ARRAY - Static variable in class net.bitnine.agensgraph.core.Oid
- GRAPHPATH - Static variable in class net.bitnine.agensgraph.core.Oid
- GRAPHPATH_ARRAY - Static variable in class net.bitnine.agensgraph.core.Oid
I
- initialize() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Initializes this DataSource.
- initializeFrom(BaseDataSource) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- insertRow() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- isAfterLast() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- isAllowEncodingChanges() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isBeforeFirst() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- isCleanupSavePoints() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isClosed() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- isClosed() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- isCloseOnCompletion() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- isColumnSanitiserDisabled() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isDefaultAutoCommit() - Method in class net.bitnine.agensgraph.ds.AGConnectionPoolDataSource
-
Gets whether connections supplied by this pool will have autoCommit turned on by default.
- isDisableColumnSanitiser() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isFirst() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- isInitialized() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- isLast() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- isLoadBalanceHosts() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isLogUnclosedConnections() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isNull() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns true if the Json value is null.
- isNull(int) - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns true if the value at index of the array is null or throws UnsupportedOperationException.
- isNull(String) - Method in class net.bitnine.agensgraph.graph.GraphEntity
- isNull(String) - Method in class net.bitnine.agensgraph.util.Jsonb
- isNull(String) - Method in interface net.bitnine.agensgraph.util.JsonbObject
-
Returns true if the value stored at the key is null.
- isPoolable() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- isReadOnly() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isRegistered() - Static method in class net.bitnine.agensgraph.Driver
- isReWriteBatchedInserts() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isSsl() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isTcpKeepAlive() - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- isUseServerPrepare() - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- isWrapperFor(Class<?>) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- isWrapperFor(Class<?>) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- isWrapperFor(Class<?>) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- isWrapperFor(Class<?>) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
J
- jdbcCompliant() - Method in class net.bitnine.agensgraph.Driver
-
Report whether the driver is a genuine JDBC compliant driver.
- Jsonb - Class in net.bitnine.agensgraph.util
-
This class is for a Jsonb value which is returned from server or will be sent to the server.
- Jsonb() - Constructor for class net.bitnine.agensgraph.util.Jsonb
-
This constructor should not be used directly.
- JsonbArrayBuilder - Class in net.bitnine.agensgraph.util
-
A builder for creating Jsonb array.
- JsonbArrayBuilder() - Constructor for class net.bitnine.agensgraph.util.JsonbArrayBuilder
-
Initializes a Jsonb array.
- JsonbObject - Interface in net.bitnine.agensgraph.util
-
This interface defines the JsonbObject.
- JsonbObjectBuilder - Class in net.bitnine.agensgraph.util
-
A builder for creating Jsonb object.
- JsonbObjectBuilder() - Constructor for class net.bitnine.agensgraph.util.JsonbObjectBuilder
-
Initializes a Jsonb object.
- JsonbUtil - Class in net.bitnine.agensgraph.util
-
This class provides static methods to create Jsonb values.
L
- last() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- length() - Method in class net.bitnine.agensgraph.graph.Path
-
Returns the length of the edges.
M
- MAJOR_VERSION - Static variable in class net.bitnine.agensgraph.util.DriverInfo
-
The major version.
- makeArray(int, String) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
- MINOR_VERSION - Static variable in class net.bitnine.agensgraph.util.DriverInfo
-
The minor version.
- moveToCurrentRow() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- moveToInsertRow() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
N
- net.bitnine.agensgraph - package net.bitnine.agensgraph
- net.bitnine.agensgraph.core - package net.bitnine.agensgraph.core
- net.bitnine.agensgraph.ds - package net.bitnine.agensgraph.ds
- net.bitnine.agensgraph.ds.common - package net.bitnine.agensgraph.ds.common
- net.bitnine.agensgraph.graph - package net.bitnine.agensgraph.graph
- net.bitnine.agensgraph.jdbc - package net.bitnine.agensgraph.jdbc
- net.bitnine.agensgraph.util - package net.bitnine.agensgraph.util
- next() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- notImplemented(Class<?>, String) - Static method in class net.bitnine.agensgraph.Driver
-
This method was added in v6.5, and simply throws an SQLException for an unimplemented method.
O
- Oid - Class in net.bitnine.agensgraph.core
- Oid() - Constructor for class net.bitnine.agensgraph.core.Oid
P
- parseURL(String, Properties) - Static method in class net.bitnine.agensgraph.Driver
-
Constructs a new DriverURL, splitting the specified URL into its component parts.
- PATCH_VERSION - Static variable in class net.bitnine.agensgraph.util.DriverInfo
-
The patch version.
- Path - Class in net.bitnine.agensgraph.graph
-
This class defines the type path.
- Path() - Constructor for class net.bitnine.agensgraph.graph.Path
- prepareNamedParameterStatement(String) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
-
Returns a prepared statement with a named parameter.
- prepareNamedParameterStatement(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
-
Returns a prepared statement with a named parameter.
- prepareNamedParameterStatement(String, int[]) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
-
Returns a prepared statement with a named parameter.
- prepareNamedParameterStatement(String, int, int) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
-
Returns a prepared statement with a named parameter.
- prepareNamedParameterStatement(String, int, int, int) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
-
Returns a prepared statement with a named parameter.
- prepareNamedParameterStatement(String, String[]) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
-
Returns a prepared statement with a named parameter.
- prepareStatement(String, int, int, int) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
- prepareStatement(String, String[]) - Method in class net.bitnine.agensgraph.jdbc.AgConnection
- previous() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
R
- readBaseObject(ObjectInputStream) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- refreshRow() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- register() - Static method in class net.bitnine.agensgraph.Driver
-
Register the driver against
DriverManager. - relative(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- removeStoredDataSource() - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- rowDeleted() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- rowInserted() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- rowUpdated() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
S
- setAllowEncodingChanges(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setApplicationName(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setArray(int, Array) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setAsciiStream(int, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setAssumeMinServerVersion(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setAutosave(AutoSave) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setBigDecimal(int, BigDecimal) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBigDecimal(String, BigDecimal) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to big decimal.
- setBinaryStream(int, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBinaryTransfer(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setBinaryTransferDisable(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setBinaryTransferEnable(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setBlob(int, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBlob(int, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBlob(int, Blob) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBoolean(int, boolean) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBoolean(String, boolean) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to boolean.
- setByte(int, byte) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setBytes(int, byte[]) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setCancelSignalTimeout(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setCharacterStream(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setCleanupSavepoints(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
see PGProperty#CLEANUP_SAVEPOINTS
- setCleanupSavePoints(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setClob(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setClob(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setClob(int, Clob) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setConnectTimeout(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setCurrentSchema(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setCursorName(String) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setDatabaseMetadataCacheFields(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setDatabaseMetadataCacheFieldsMiB(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setDatabaseName(String) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Ensures the DataSource properties are not changed after the DataSource has been used.
- setDatabaseName(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Sets the name of the PostgreSQL database, running on the server identified by the serverName property.
- setDataSourceName(String) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Sets the name of this DataSource.
- setDate(int, Date) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setDate(int, Date, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setDefaultAutoCommit(boolean) - Method in class net.bitnine.agensgraph.ds.AGConnectionPoolDataSource
-
Sets whether connections supplied by this pool will have autoCommit turned on by default.
- setDefaultRowFetchSize(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setDisableColumnSanitiser(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setDouble(int, double) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setDouble(String, double) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to double.
- setEscapeProcessing(boolean) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setEscapeSyntaxCallMode(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setFetchDirection(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- setFetchDirection(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setFetchSize(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- setFetchSize(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setFloat(int, float) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setFloat(String, float) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to float.
- setFromReference(Reference) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setGssEncMode(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setGssLib(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setHideUnprivilegedObjects(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setHostRecheckSeconds(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setInitialConnections(int) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Sets the number of connections that will be created when this DataSource is initialized.
- setInt(int, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setInt(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to integer.
- setJaasApplicationName(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setJaasLogin(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setKerberosServerName(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setLoadBalanceHosts(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setLoggerFile(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setLoggerLevel(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setLoginTimeout(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setLogServerErrorDetail(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setLogUnclosedConnections(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setLogWriter(PrintWriter) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
This implementation don't use a LogWriter.
- setLong(int, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setLong(String, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to long.
- setMaxConnections(int) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Sets the maximum number of connections that the pool will allow.
- setMaxFieldSize(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setMaxResultBuffer(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setMaxRows(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setNCharacterStream(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNClob(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNClob(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNClob(int, NClob) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNString(int, String) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNull(int, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNull(int, int, String) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setNull(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to null.
- setObject(int, Object) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setObject(int, Object, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setObject(int, Object, int, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setObject(String, Object) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to object.
- setOptions(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Set command line options for this connection
- setPassword(String) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Ensures the DataSource properties are not changed after the DataSource has been used.
- setPassword(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Sets the password to connect with by default.
- setPoolable(boolean) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setPortNumber(int) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Ensures the DataSource properties are not changed after the DataSource has been used.
- setPortNumber(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Deprecated.
- setPortNumbers(int[]) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Sets the port(s) which the PostgreSQL server is listening on for TCP/IP connections.
- setPreferQueryMode(PreferQueryMode) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setPreparedStatementCacheQueries(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setPreparedStatementCacheSizeMiB(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setPrepareThreshold(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setPrepareThreshold(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setProperty(String, String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setProperty(PGProperty, String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setProtocolVersion(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setQueryTimeout(int) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setReadOnly(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setReadOnlyMode(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setReceiveBufferSize(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setRecvBufferSize(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setRef(int, Ref) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setReplication(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setReWriteBatchedInserts(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setRowId(int, RowId) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setSendBufferSize(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setServerName(String) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Ensures the DataSource properties are not changed after the DataSource has been used.
- setServerName(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Deprecated.
- setServerNames(String[]) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Sets the name of the host(s) the PostgreSQL database is running on.
- setShort(int, short) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setShort(String, short) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to short.
- setSocketFactory(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSocketFactoryArg(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSocketTimeout(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSQLXML(int, SQLXML) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setSsl(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslcert(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslCert(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslfactory(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslfactoryarg(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslFactoryArg(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslhostnameverifier(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslHostnameVerifier(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslkey(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslKey(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslmode(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslMode(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslpassword(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslPassword(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslpasswordcallback(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslPasswordCallback(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslrootcert(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSslRootCert(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setSspiServiceClass(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setString(int, String) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setString(String, String) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Sets a value of a named parameter to string.
- setStringType(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setTargetServerType(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setTcpKeepAlive(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setTime(int, Time) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setTime(int, Time, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setTimestamp(int, Timestamp) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setUnicodeStream(int, InputStream, int) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
-
Deprecated.
- setUnknownLength(int) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setUrl(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Sets properties from a
DriverManagerURL. - setURL(int, URL) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- setURL(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Sets properties from a
DriverManagerURL. - setUser(String) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.Ensures the DataSource properties are not changed after the DataSource has been used.
- setUser(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
-
Sets the user to connect as by default.
- setUseServerPrepare(boolean) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- setUseSpNego(boolean) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- setValue(String) - Method in class net.bitnine.agensgraph.graph.Edge
- setValue(String) - Method in class net.bitnine.agensgraph.graph.GraphId
- setValue(String) - Method in class net.bitnine.agensgraph.graph.Path
- setValue(String) - Method in class net.bitnine.agensgraph.graph.Vertex
- setValue(String) - Method in class net.bitnine.agensgraph.util.Jsonb
-
This method should not be used directly.
- setXmlFactoryFactory(String) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
- size() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the size of Json value if the value is array or object.
T
- tokenize(String) - Static method in class net.bitnine.agensgraph.util.AgTokenizer
-
This create tokens from a new string.
- toString() - Method in class net.bitnine.agensgraph.util.Jsonb
- tryGetString() - Method in class net.bitnine.agensgraph.util.Jsonb
-
Returns the string value if the Json value is string or returns null.
U
- unwrap(Class<T>) - Method in class net.bitnine.agensgraph.ds.AGPoolingDataSource
-
Deprecated.
- unwrap(Class<T>) - Method in class net.bitnine.agensgraph.jdbc.AgPreparedStatement
- unwrap(Class<T>) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- unwrap(Class<T>) - Method in class net.bitnine.agensgraph.jdbc.AgStatement
- updateArray(int, Array) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateArray(String, Array) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateAsciiStream(int, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateAsciiStream(int, InputStream, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateAsciiStream(int, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateAsciiStream(String, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateAsciiStream(String, InputStream, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateAsciiStream(String, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBigDecimal(int, BigDecimal) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBigDecimal(String, BigDecimal) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBinaryStream(int, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBinaryStream(int, InputStream, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBinaryStream(int, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBinaryStream(String, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBinaryStream(String, InputStream, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBinaryStream(String, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBlob(int, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBlob(int, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBlob(int, Blob) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBlob(String, InputStream) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBlob(String, InputStream, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBlob(String, Blob) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBoolean(int, boolean) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBoolean(String, boolean) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateByte(int, byte) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateByte(String, byte) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBytes(int, byte[]) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateBytes(String, byte[]) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateCharacterStream(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateCharacterStream(int, Reader, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateCharacterStream(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateCharacterStream(String, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateCharacterStream(String, Reader, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateCharacterStream(String, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateClob(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateClob(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateClob(int, Clob) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateClob(String, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateClob(String, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateClob(String, Clob) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateDate(int, Date) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateDate(String, Date) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateDouble(int, double) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateDouble(String, double) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateFloat(int, float) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateFloat(String, float) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateInt(int, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateInt(String, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateLong(int, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateLong(String, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNCharacterStream(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNCharacterStream(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNCharacterStream(String, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNCharacterStream(String, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNClob(int, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNClob(int, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNClob(int, NClob) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNClob(String, Reader) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNClob(String, Reader, long) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNClob(String, NClob) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNString(int, String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNString(String, String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNull(int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateNull(String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateObject(int, Object) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateObject(int, Object, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateObject(String, Object) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateObject(String, Object, int) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateRef(int, Ref) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateRef(String, Ref) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateRow() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateRowId(int, RowId) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateRowId(String, RowId) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateShort(int, short) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateShort(String, short) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateSQLXML(int, SQLXML) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateSQLXML(String, SQLXML) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateString(int, String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateString(String, String) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateTime(int, Time) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateTime(String, Time) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateTimestamp(int, Timestamp) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- updateTimestamp(String, Timestamp) - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
V
- Vertex - Class in net.bitnine.agensgraph.graph
-
This class defines the type vertex.
- Vertex() - Constructor for class net.bitnine.agensgraph.graph.Vertex
- VERTEX - Static variable in class net.bitnine.agensgraph.core.Oid
- VERTEX_ARRAY - Static variable in class net.bitnine.agensgraph.core.Oid
- vertices() - Method in class net.bitnine.agensgraph.graph.Path
-
Returns a set of the vertices.
W
- wasNull() - Method in class net.bitnine.agensgraph.jdbc.AgResultSet
- writeBaseObject(ObjectOutputStream) - Method in class net.bitnine.agensgraph.ds.common.BaseDataSource
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form