public static class SqlStatement.Insert extends SqlStatement
SqlStatement.Condition, SqlStatement.Delete, SqlStatement.Insert, SqlStatement.ResultSetReader, SqlStatement.Select, SqlStatement.UpdateforUpdate, 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, updatepublic SqlStatement.Insert value(Schema.Column column, Object value)
column - value - A temporary place holder which will be replaced while preparingCopyright © 2016 Apache Software Foundation. All rights reserved.