public class InsertStatementImpl extends SetStatementImpl implements InsertStatement
SetStatementImpl.SetValueImplSetStatement.SetValue| Modifier and Type | Method and Description |
|---|---|
SelectStatement |
getSubSelect()
Returns a subselect previously being added with
InsertStatement.setSubSelect(SelectStatement), or null. |
void |
setSubSelect(SelectStatement pStatement)
Adds a subselect; the columns returned by the subselect
will be inserted.
|
addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSetDate, addSetDate, addSetDate, addSetDateTime, addSetDateTime, addSetDateTime, addSetNull, addSetNull, addSetNull, addSetTime, addSetTime, addSetTime, getSetValuescreateFunction, getSQLFactory, getTableReference, newCase, newTableReference, setTableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSet, addSetDate, addSetDate, addSetDate, addSetDateTime, addSetDateTime, addSetDateTime, addSetNull, addSetNull, addSetNull, addSetTime, addSetTime, addSetTime, getSetValuescreateFunction, getSQLFactory, getTableReference, newCase, setTablepublic void setSubSelect(SelectStatement pStatement)
InsertStatementAdds a subselect; the columns returned by the subselect
will be inserted. This is used for bulk inserts like
INSERT INTO foo (col1, col2, col2) (SELECT * FROM ...).
setSubSelect in interface InsertStatementpStatement - The statement being performed to create
the rows being inserted.public SelectStatement getSubSelect()
InsertStatementReturns a subselect previously being added with
InsertStatement.setSubSelect(SelectStatement), or null.
getSubSelect in interface InsertStatement