Uses of Enum Class
io.trino.spi.connector.SaveMode
Packages that use SaveMode
-
Uses of SaveMode in io.trino.spi.connector
Subclasses with type arguments of type SaveMode in io.trino.spi.connectorMethods in io.trino.spi.connector that return SaveModeModifier and TypeMethodDescriptionstatic SaveModeReturns the enum constant of this class with the specified name.static SaveMode[]SaveMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.connector with parameters of type SaveModeModifier and TypeMethodDescriptiondefault voidConnectorMetadata.createTable(ConnectorSession session, ConnectorTableMetadata tableMetadata, SaveMode saveMode) Creates a table using the specified table metadata.