Uses of Class
org.apache.ignite.internal.processors.odbc.odbc.OdbcConnectionContext
-
Packages that use OdbcConnectionContext Package Description org.apache.ignite.internal.processors.odbc.odbc -
-
Uses of OdbcConnectionContext in org.apache.ignite.internal.processors.odbc.odbc
Constructors in org.apache.ignite.internal.processors.odbc.odbc with parameters of type OdbcConnectionContext Constructor Description OdbcRequestHandler(GridKernalContext ctx, GridSpinBusyLock busyLock, ClientListenerResponseSender sender, int maxCursors, boolean distributedJoins, boolean enforceJoinOrder, boolean replicatedOnly, boolean collocated, boolean lazy, boolean skipReducerOnUpdate, @Nullable String qryEngine, ClientListenerProtocolVersion ver, OdbcConnectionContext connCtx)Constructor.
-