Class OdbcQueryGetColumnsMetaRequest
- 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.OdbcQueryGetColumnsMetaRequest
-
- All Implemented Interfaces:
ClientListenerRequest
public class OdbcQueryGetColumnsMetaRequest extends OdbcRequest
ODBC query get columns 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 OdbcQueryGetColumnsMetaRequest(String schemaPattern, String tablePattern, String columnPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcolumnPattern()@Nullable StringschemaPattern()StringtablePattern()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
-
-