Uses of Class
org.apache.ignite.internal.processors.odbc.odbc.OdbcTableMeta
-
Packages that use OdbcTableMeta Package Description org.apache.ignite.internal.processors.odbc.odbc -
-
Uses of OdbcTableMeta in org.apache.ignite.internal.processors.odbc.odbc
Methods in org.apache.ignite.internal.processors.odbc.odbc that return types with arguments of type OdbcTableMeta Modifier and Type Method Description Collection<OdbcTableMeta>OdbcQueryGetTablesMetaResult. meta()Constructor parameters in org.apache.ignite.internal.processors.odbc.odbc with type arguments of type OdbcTableMeta Constructor Description OdbcQueryGetTablesMetaResult(Collection<OdbcTableMeta> meta)
-