|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.util.db.SqlStatement org.apache.oozie.util.db.SqlStatement.Insert
public static class SqlStatement.Insert
INSERT Statement generator
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.oozie.util.db.SqlStatement |
---|
SqlStatement.Condition, SqlStatement.Delete, SqlStatement.Insert, SqlStatement.ResultSetReader, SqlStatement.Select, SqlStatement.Update |
Field Summary |
---|
Fields inherited from class org.apache.oozie.util.db.SqlStatement |
---|
forUpdate, sb, values |
Method Summary | |
---|---|
String |
toString()
Return the INSERT Statement |
SqlStatement.Insert |
value(Schema.Column column,
Object value)
Set the VALUES that are to be inserted |
Methods inherited from class org.apache.oozie.util.db.SqlStatement |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public SqlStatement.Insert value(Schema.Column column, Object value)
column
- value
- A temporary place holder which will be replaced while preparing
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |