Uses of Enum Class
io.trino.spi.connector.PointerType
Packages that use PointerType
-
Uses of PointerType in io.trino.spi.connector
Methods in io.trino.spi.connector that return PointerTypeModifier and TypeMethodDescriptionConnectorTableVersion.getPointerType()static PointerTypeReturns the enum constant of this class with the specified name.static PointerType[]PointerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.spi.connector with parameters of type PointerTypeModifierConstructorDescriptionConnectorTableVersion(PointerType pointerType, Type versionType, Object version)