Uses of Class
org.apache.ignite.internal.processors.odbc.jdbc.JdbcTableMeta
-
Packages that use JdbcTableMeta Package Description org.apache.ignite.internal.jdbc2 org.apache.ignite.internal.processors.odbc.jdbc -
-
Uses of JdbcTableMeta in org.apache.ignite.internal.jdbc2
Methods in org.apache.ignite.internal.jdbc2 with parameters of type JdbcTableMeta Modifier and Type Method Description static List<Object>JdbcUtils. tableRow(JdbcTableMeta tblMeta) -
Uses of JdbcTableMeta in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc that return types with arguments of type JdbcTableMeta Modifier and Type Method Description List<JdbcTableMeta>JdbcMetadataInfo. getTablesMeta(String schemaNamePtrn, String tblNamePtrn, String[] tblTypes)SeeDatabaseMetaData.getTables(String, String, String, String[])for details.List<JdbcTableMeta>JdbcMetaTablesResult. meta()
-