Uses of Enum Class
io.trino.spi.connector.RowChangeParadigm
Packages that use RowChangeParadigm
-
Uses of RowChangeParadigm in io.trino.spi.connector
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.