Uses of Class
org.apache.ignite.internal.processors.query.TableInformation
-
Packages that use TableInformation Package Description org.apache.ignite.internal.processors.query.schema.management -
-
Uses of TableInformation in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that return types with arguments of type TableInformation Modifier and Type Method Description Collection<TableInformation>SchemaManager. tablesInformation(String schemaNamePtrn, String tblNamePtrn, String... tblTypes)Return table information filtered by given patterns.
-