Uses of Class
com.ocient.jdbc.XGStatement
Packages that use XGStatement
-
Uses of XGStatement in com.ocient.jdbc
Subclasses of XGStatement in com.ocient.jdbcMethods in com.ocient.jdbc that return XGStatementModifier and TypeMethodDescriptionXGResultSet.getStatement()static XGStatementXGStatement.newXGStatement(XGConnection conn) Deprecated.static XGStatementXGStatement.newXGStatement(XGConnection conn, boolean force, boolean oneShotForce) Deprecated.static XGStatementXGStatement.newXGStatement(XGConnection conn, int type, int concur, boolean force, boolean oneShotForce) Deprecated.static XGStatementXGStatement.newXGStatement(XGConnection conn, int type, int concur, int hold, boolean force, boolean oneShotForce) Deprecated.Methods in com.ocient.jdbc with parameters of type XGStatementModifier and TypeMethodDescriptionXGResultSet.initResultSet(XGConnection conn, int fetchSize, XGStatement stmt, int parallelism, XGConnectionFactory channelFactory, RowTransformerFactory rowTransformerFactory, SortMode sortMode, Map<String, Integer> streamProperties) Initializes a newXGResultSetobject and returns a CompletionStage that completes when the result set's metadata has been retrieved from the server and completes with an exceptionalCompletableFutures.SQLResulton failure.XGResultSet.initResultSet(XGConnection conn, int fetchSize, XGStatement stmt, int parallelism, XGConnectionFactory channelFactory, RowTransformerFactory rowTransformerFactory, SortMode sortMode, Map<String, Integer> streamProperties, XGStatement.EventMonitor eventMonitor) XGResultSet.initResultSetMetadata(XGConnection conn, int fetchSize, XGStatement stmt, ClientWireProtocol.ResultSet data, XGResultSet.Option... options) Initializes a newXGResultSetobject and returns a CompletionStage that completes when the result set's metadata has been retrieved from the server and completes with an exceptionalCompletableFutures.SQLResulton failure.Constructors in com.ocient.jdbc with parameters of type XGStatementModifierConstructorDescriptionXGArray(int numElements, byte type, boolean quoteArrayVarchars, XGConnection conn, XGStatement stmt) XGResultSet(XGConnection conn, XGResultSet.OcientResultSetMetadata md, List<List<Object>> rs, XGStatement stmt, RowTransformerFactory rowTransformerFactory, XGResultSet.Option... options) Constructs a new XGResultSet object with the given parameters.XGResultSet(XGConnection conn, XGResultSet.OcientResultSetMetadata md, List<List<Object>> rs, XGStatement stmt, RowTransformerFactory rowTransformerFactory, XGStatement.EventMonitor eventMonitor, XGResultSet.Option... options) Constructs a new XGResultSet object with the given parameters.