Uses of Interface
com.ocient.jdbc.XGConnectionFactory
Packages that use XGConnectionFactory
-
Uses of XGConnectionFactory in com.ocient.jdbc
Methods in com.ocient.jdbc with parameters of type XGConnectionFactoryModifier 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) Constructors in com.ocient.jdbc with parameters of type XGConnectionFactory