Uses of Enum Class
io.trino.spi.connector.RowChangeParadigm
Packages that use RowChangeParadigm
-
Uses of RowChangeParadigm in io.trino.spi.connector
Subclasses with type arguments of type RowChangeParadigm in io.trino.spi.connectorModifier and TypeClassDescriptionenumDifferent connectors have different ways of representing row updates, imposed by the underlying storage systems.Methods in io.trino.spi.connector that return RowChangeParadigmModifier and TypeMethodDescriptiondefault RowChangeParadigmConnectorMetadata.getRowChangeParadigm(ConnectorSession session, ConnectorTableHandle tableHandle) Return the row change paradigm supported by the connector on the table.static RowChangeParadigmReturns the enum constant of this class with the specified name.static RowChangeParadigm[]RowChangeParadigm.values()Returns an array containing the constants of this enum class, in the order they are declared.