Uses of Class
com.ocient.jdbc.XGResultSet
Packages that use XGResultSet
-
Uses of XGResultSet in com.ocient.jdbc
Fields in com.ocient.jdbc declared as XGResultSetModifier and TypeFieldDescriptionprotected XGResultSetXGStatement.resultprotected XGResultSetXGConnection.rsMethods in com.ocient.jdbc that return types with arguments of type XGResultSetModifier 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.Methods in com.ocient.jdbc with parameters of type XGResultSetModifier and TypeMethodDescriptionvoidStructuredQueryMetrics.associateResults(XGResultSet res) protected voidXGStatement.logQueryWithResults(XGResultSet result)