Package com.github.eikecochu.sqlbuilder
Class InsertValue
- java.lang.Object
-
- com.github.eikecochu.sqlbuilder.InsertValue
-
public class InsertValue extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInsertValue(Insert insert, java.lang.String column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Insertquery(Query query)Insertvalue(java.lang.Object value)Insertvalues(java.lang.Object... values)
-