public class MySqlReplaceStatement extends MySqlStatementImpl
| Constructor and Description |
|---|
MySqlReplaceStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
void |
addColumn(SQLExpr column) |
List<SQLExpr> |
getColumns() |
SQLQueryExpr |
getQuery() |
SQLName |
getTableName() |
SQLExprTableSource |
getTableSource() |
List<SQLInsertStatement.ValuesClause> |
getValuesList() |
boolean |
isDelayed() |
boolean |
isLowPriority() |
void |
setDelayed(boolean delayed) |
void |
setLowPriority(boolean lowPriority) |
void |
setQuery(SQLQueryExpr query) |
void |
setTableName(SQLName tableName) |
void |
setTableSource(SQLExprTableSource tableSource) |
getDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLName getTableName()
public void setTableName(SQLName tableName)
public SQLExprTableSource getTableSource()
public void setTableSource(SQLExprTableSource tableSource)
public void addColumn(SQLExpr column)
public boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isDelayed()
public void setDelayed(boolean delayed)
public SQLQueryExpr getQuery()
public void setQuery(SQLQueryExpr query)
public List<SQLInsertStatement.ValuesClause> getValuesList()
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlStatementImplCopyright © 2013–2016 Alibaba Group. All rights reserved.