Uses of Class
org.apache.ignite.internal.processors.odbc.jdbc.JdbcConnectionContext
-
Packages that use JdbcConnectionContext Package Description org.apache.ignite.internal.processors.odbc.jdbc -
-
Uses of JdbcConnectionContext in org.apache.ignite.internal.processors.odbc.jdbc
Constructors in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type JdbcConnectionContext Constructor Description JdbcRequestHandler(GridSpinBusyLock busyLock, ClientListenerResponseSender sender, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean collocated, boolean replicatedOnly, boolean autoCloseCursors, boolean lazy, boolean skipReducerOnUpdate, @Nullable String qryEngine, @Nullable Boolean dataPageScanEnabled, @Nullable Integer updateBatchSize, @Nullable TransactionConcurrency concurrency, @Nullable TransactionIsolation isolation, long timeout, @Nullable String lb, ClientListenerProtocolVersion protocolVer, JdbcConnectionContext connCtx)Constructor.
-