Package | Description |
---|---|
com.alibaba.druid.sql.ast.statement | |
com.alibaba.druid.sql.dialect.oracle.ast.stmt | |
com.alibaba.druid.sql.visitor |
Modifier and Type | Method and Description |
---|---|
SQLErrorLoggingClause |
SQLMergeStatement.getErrorLoggingClause() |
Modifier and Type | Method and Description |
---|---|
void |
SQLMergeStatement.setErrorLoggingClause(SQLErrorLoggingClause errorLoggingClause) |
Modifier and Type | Method and Description |
---|---|
SQLErrorLoggingClause |
OracleMultiInsertStatement.InsertIntoClause.getErrorLogging() |
SQLErrorLoggingClause |
OracleInsertStatement.getErrorLogging() |
Modifier and Type | Method and Description |
---|---|
void |
OracleMultiInsertStatement.InsertIntoClause.setErrorLogging(SQLErrorLoggingClause errorLogging) |
void |
OracleInsertStatement.setErrorLogging(SQLErrorLoggingClause errorLogging) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLErrorLoggingClause x) |
void |
SQLASTVisitor.endVisit(SQLErrorLoggingClause x) |
boolean |
SQLASTVisitorAdapter.visit(SQLErrorLoggingClause x) |
boolean |
SQLASTVisitor.visit(SQLErrorLoggingClause x) |
boolean |
SQLASTOutputVisitor.visit(SQLErrorLoggingClause x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.