public class OracleInsertStatement extends SQLInsertStatement implements OracleStatement
SQLInsertStatement.ValuesClause| 限定符和类型 | 字段和说明 |
|---|---|
private SQLErrorLoggingClause |
errorLogging |
private List<SQLHint> |
hints |
private OracleReturningClause |
returning |
dbType, headHints, upsert, withcolumns, columnsString, columnsStringHash, query, tableSource, valuesListattributes, parent| 构造器和说明 |
|---|
OracleInsertStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
OracleInsertStatement |
clone() |
void |
cloneTo(OracleInsertStatement x) |
SQLErrorLoggingClause |
getErrorLogging() |
List<SQLHint> |
getHints() |
OracleReturningClause |
getReturning() |
void |
output(StringBuffer buf) |
void |
setErrorLogging(SQLErrorLoggingClause errorLogging) |
void |
setHints(List<SQLHint> hints) |
void |
setReturning(OracleReturningClause returning) |
cloneTo, getChildren, getDbType, getHeadHintsDirect, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setHeadHints, setUpsert, setWith, toLowerCaseString, toStringaddColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setColumnsString, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValuesaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentgetChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate OracleReturningClause returning
private SQLErrorLoggingClause errorLogging
public void cloneTo(OracleInsertStatement x)
public OracleReturningClause getReturning()
public void setReturning(OracleReturningClause returning)
public SQLErrorLoggingClause getErrorLogging()
public void setErrorLogging(SQLErrorLoggingClause errorLogging)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLInsertStatementpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic OracleInsertStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLInsertStatementCopyright © 2013–2019 Alibaba Group. All rights reserved.