public class Insert extends Prepared implements ResultTarget
create, parameters, prepareAlways, session, sqlStatement| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAssignmentForDuplicate(Column column,
Expression expression)
Keep a collection of the columns to pass to update if a duplicate key
happens, for MySQL-style INSERT ...
|
void |
addRow(Expression[] expr)
Add a row to this merge statement.
|
void |
addRow(Value[] values)
Add the row to the result set.
|
String |
getPlanSQL()
Get the SQL statement with the execution plan.
|
int |
getRowCount()
Get the number of rows.
|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isCacheable() |
boolean |
isTransactional()
Check if this command is transactional.
|
void |
prepare()
Prepare this statement.
|
ResultInterface |
queryMeta()
Get an empty result set containing the meta data.
|
void |
setColumns(Column[] columns) |
void |
setCommand(Command command)
Set the command.
|
void |
setInsertFromSelect(boolean value) |
void |
setQuery(Query query) |
void |
setSortedInsertMode(boolean sortedInsertMode) |
void |
setTable(Table table) |
int |
update()
Execute the statement.
|
checkCanceled, checkParameters, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getSQL, getSQL, getSQL, isQuery, isReadOnly, needRecompile, query, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic Insert(Session session)
public void setCommand(Command command)
PreparedsetCommand 在类中 Preparedcommand - the new commandpublic void setTable(Table table)
public void setColumns(Column[] columns)
public void setQuery(Query query)
public void addAssignmentForDuplicate(Column column, Expression expression)
column - the columnexpression - the expressionpublic void addRow(Expression[] expr)
expr - the list of valuespublic int update()
Preparedpublic void addRow(Value[] values)
ResultTargetaddRow 在接口中 ResultTargetvalues - the valuespublic int getRowCount()
ResultTargetgetRowCount 在接口中 ResultTargetpublic String getPlanSQL()
PreparedgetPlanSQL 在类中 Preparedpublic boolean isTransactional()
PreparedisTransactional 在类中 Preparedpublic ResultInterface queryMeta()
Preparedpublic void setSortedInsertMode(boolean sortedInsertMode)
public int getType()
Preparedpublic void setInsertFromSelect(boolean value)
public boolean isCacheable()
isCacheable 在类中 PreparedCopyright © 2017. All rights reserved.