Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.enums.TransactionAccessType
-
Packages that use TransactionAccessType Package Description org.apache.shardingsphere.sql.parser.sql.common.enums org.apache.shardingsphere.sql.parser.sql.common.statement.tcl -
-
Uses of TransactionAccessType in org.apache.shardingsphere.sql.parser.sql.common.enums
Methods in org.apache.shardingsphere.sql.parser.sql.common.enums that return TransactionAccessType Modifier and Type Method Description static TransactionAccessTypeTransactionAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionAccessType[]TransactionAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransactionAccessType in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl that return types with arguments of type TransactionAccessType Modifier and Type Method Description Optional<TransactionAccessType>SetTransactionStatement. getAccessMode()Get access mode.
-