Uses of Class
io.trino.connector.informationschema.InformationSchemaTable
-
Packages that use InformationSchemaTable Package Description io.trino.connector.informationschema -
-
Uses of InformationSchemaTable in io.trino.connector.informationschema
Methods in io.trino.connector.informationschema that return InformationSchemaTable Modifier and Type Method Description InformationSchemaTableInformationSchemaTable. fromStringValue(String value)InformationSchemaTableInformationSchemaTableHandle. getTable()static InformationSchemaTableInformationSchemaTable. valueOf(String name)Returns the enum constant of this type with the specified name.static InformationSchemaTable[]InformationSchemaTable. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.connector.informationschema that return types with arguments of type InformationSchemaTable Modifier and Type Method Description static Optional<InformationSchemaTable>InformationSchemaTable. of(SchemaTableName schemaTableName)Methods in io.trino.connector.informationschema with parameters of type InformationSchemaTable Modifier and Type Method Description static booleanInformationSchemaMetadata. isTablesEnumeratingTable(InformationSchemaTable table)Constructors in io.trino.connector.informationschema with parameters of type InformationSchemaTable Constructor Description InformationSchemaTableHandle(String catalogName, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, Optional<Set<String>> roles, Optional<Set<String>> grantees, OptionalLong limit)
-