Class PostgreSQLSetTransactionStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetTransactionStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl.PostgreSQLSetTransactionStatement
-
- All Implemented Interfaces:
ASTNode,SQLStatement,TCLStatement,PostgreSQLStatement
public final class PostgreSQLSetTransactionStatement extends SetTransactionStatement implements PostgreSQLStatement
PostgreSQL set transaction statement.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLSetTransactionStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetTransactionStatement
getAccessMode, getIsolationLevel
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
getParameterCount
-
-