Uses of Class
io.trino.tests.product.hive.TransactionalTableType
-
Packages that use TransactionalTableType Package Description io.trino.tests.product.hive -
-
Uses of TransactionalTableType in io.trino.tests.product.hive
Methods in io.trino.tests.product.hive that return TransactionalTableType Modifier and Type Method Description static TransactionalTableTypeTransactionalTableType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionalTableType[]TransactionalTableType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.tests.product.hive with parameters of type TransactionalTableType Modifier and Type Method Description voidTestHiveTransactionalTableInsert. testInsertIntoTransactionalTable(TransactionalTableType type)
-