Interface TransactSQLObject
-
- All Superinterfaces:
SQLObject
- All Known Subinterfaces:
SQLServerObject,SQLServerStatement
- All Known Implementing Classes:
SQLServerExecStatement,SQLServerExecStatement.SQLServerParameter,SQLServerInsertStatement,SQLServerObjectImpl,SQLServerObjectReferenceExpr,SQLServerOutput,SQLServerRollbackStatement,SQLServerSetTransactionIsolationLevelStatement,SQLServerStatementImpl,SQLServerUpdateStatement,SQLServerWaitForStatement
public interface TransactSQLObject extends SQLObject
-
-
Method Summary
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-