Uses of Class
io.trino.sql.tree.TransactionMode
-
Packages that use TransactionMode Package Description io.trino.sql.tree -
-
Uses of TransactionMode in io.trino.sql.tree
Subclasses of TransactionMode in io.trino.sql.tree Modifier and Type Class Description classIsolationclassTransactionAccessModeMethods in io.trino.sql.tree that return types with arguments of type TransactionMode Modifier and Type Method Description List<TransactionMode>StartTransaction. getTransactionModes()Methods in io.trino.sql.tree with parameters of type TransactionMode Modifier and Type Method Description protected RAstVisitor. visitTransactionMode(TransactionMode node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type TransactionMode Constructor Description StartTransaction(NodeLocation location, List<TransactionMode> transactionModes)StartTransaction(List<TransactionMode> transactionModes)
-