Class OdbcQueryGetTablesMetaRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.odbc.ClientListenerRequestNoId
-
- org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest
-
- org.apache.ignite.internal.processors.odbc.odbc.OdbcQueryGetTablesMetaRequest
-
- All Implemented Interfaces:
ClientListenerRequest
public class OdbcQueryGetTablesMetaRequest extends OdbcRequest
ODBC query get tables meta request.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest
META_COLS, META_PARAMS, META_RESULTSET, META_TBLS, MORE_RESULTS, QRY_CLOSE, QRY_EXEC, QRY_EXEC_BATCH, QRY_FETCH, STREAMING_BATCH
-
Fields inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
HANDSHAKE
-
-
Constructor Summary
Constructors Constructor Description OdbcQueryGetTablesMetaRequest(String catalog, String schema, String table, String tableType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcatalog()Stringschema()Stringtable()StringtableType()StringtoString()-
Methods inherited from class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequest
command
-
Methods inherited from class org.apache.ignite.internal.processors.odbc.ClientListenerRequestNoId
requestId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.processors.odbc.ClientListenerRequest
beforeStartupRequest
-
-