public static class SqlStatement.Insert extends SqlStatement
SqlStatement.Condition, SqlStatement.Delete, SqlStatement.Insert, SqlStatement.ResultSetReader, SqlStatement.Select, SqlStatement.Update
forUpdate, sb, values
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return the INSERT Statement
|
SqlStatement.Insert |
value(Schema.Column column,
Object value)
Set the VALUES that are to be inserted
|
and, between, deleteFrom, getCount, getNewStatementWithValues, greaterThan, greaterThanOrEqual, in, in, insertInto, isEqual, isLike, isNotEqual, isNotLike, isNotNull, isNull, lessThan, lessThanOrEqual, notBetween, notIn, notIn, or, parse, prepare, prepare, prepareAndSetValues, prepareForBatch, selectAllFrom, selectColumns, setValue, update
public SqlStatement.Insert value(Schema.Column column, Object value)
column
- the columnvalue
- A temporary place holder which will be replaced while preparingCopyright © 2018 Apache Software Foundation. All rights reserved.