Uses of Enum Class
io.trino.connector.informationschema.InformationSchemaTable
Packages that use InformationSchemaTable
-
Uses of InformationSchemaTable in io.trino.connector.informationschema
Methods in io.trino.connector.informationschema that return InformationSchemaTableModifier and TypeMethodDescriptionInformationSchemaTable.fromStringValue(String value) InformationSchemaTableHandle.getTable()static InformationSchemaTableReturns the enum constant of this class with the specified name.static InformationSchemaTable[]InformationSchemaTable.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.connector.informationschema that return types with arguments of type InformationSchemaTableModifier and TypeMethodDescriptionstatic Optional<InformationSchemaTable> InformationSchemaTable.of(SchemaTableName schemaTableName) Methods in io.trino.connector.informationschema with parameters of type InformationSchemaTableModifier and TypeMethodDescriptionstatic booleanInformationSchemaMetadata.isTablesEnumeratingTable(InformationSchemaTable table) Constructors in io.trino.connector.informationschema with parameters of type InformationSchemaTableModifierConstructorDescriptionInformationSchemaTableHandle(String catalogName, InformationSchemaTable table, Set<QualifiedTablePrefix> prefixes, OptionalLong limit)