public class Insert extends Prepared implements ResultTarget
create, parameters, prepareAlways, session, sqlStatement| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.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 |
setIgnore(boolean ignore)
Sets MySQL-style INSERT IGNORE mode
|
void |
setInsertFromSelect(boolean value) |
void |
setQuery(Query query) |
void |
setSortedInsertMode(boolean sortedInsertMode) |
void |
setSourceTableFilter(TableFilter sourceTableFilter) |
void |
setTable(Table table) |
int |
update()
Execute the statement.
|
checkCanceled, checkParameters, getCteCleanups, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getSession, getSQL, getSQL, getSQL, isQuery, isReadOnly, needRecompile, query, setCteCleanups, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic Insert(Session session)
public void setCommand(Command command)
PreparedsetCommand in class Preparedcommand - the new commandpublic void setTable(Table table)
public void setColumns(Column[] columns)
public void setIgnore(boolean ignore)
ignore - ignore errorspublic 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 in interface ResultTargetvalues - the valuespublic int getRowCount()
ResultTargetgetRowCount in interface ResultTargetpublic java.lang.String getPlanSQL()
PreparedgetPlanSQL in class Preparedpublic void prepare()
Preparedpublic boolean isTransactional()
PreparedisTransactional in class Preparedpublic ResultInterface queryMeta()
Preparedpublic void setSortedInsertMode(boolean sortedInsertMode)
public int getType()
Preparedpublic void setInsertFromSelect(boolean value)
public boolean isCacheable()
isCacheable in class Preparedpublic void setSourceTableFilter(TableFilter sourceTableFilter)