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 InsertStatementSQLHelper. 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 InsertStatementInsertStatement. columns(String... columns)Mark the columns of the table which we're going to insert.InsertStatementInsertStatement. into(String tableName)Mark the table where we're going to insert.
-