org.apache.ws.jaxme.sqls.impl
Class InsertStatementImpl
- InsertStatement, SetStatement, Statement
public class InsertStatementImpl
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, getSetValues |
setSubSelect
public void setSubSelect(SelectStatement pStatement)
Adds 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 InsertStatement
pStatement - The statement being performed to create
the rows being inserted.