Uses of Class
com.mrivanplays.sqlhelper.statement.InsertStatement
-
Packages that use InsertStatement Package Description com.mrivanplays.sqlhelper com.mrivanplays.sqlhelper.statement -
-
Uses of InsertStatement in com.mrivanplays.sqlhelper
Methods in com.mrivanplays.sqlhelper that return InsertStatement Modifier and Type Method Description InsertStatement
SQLHelper. insert()
Creates a new "INSERT" query object. -
Uses of InsertStatement in com.mrivanplays.sqlhelper.statement
Methods in com.mrivanplays.sqlhelper.statement that return InsertStatement Modifier and Type Method Description InsertStatement
InsertStatement. columns(String... columns)
Mark the columns of the table which we're going to insert.InsertStatement
InsertStatement. into(String tableName)
Mark the table where we're going to insert.
-