Uses of Class
com.mrivanplays.sqlhelper.statement.UpdateStatement
-
Packages that use UpdateStatement Package Description com.mrivanplays.sqlhelper com.mrivanplays.sqlhelper.statement -
-
Uses of UpdateStatement in com.mrivanplays.sqlhelper
Methods in com.mrivanplays.sqlhelper that return UpdateStatement Modifier and Type Method Description UpdateStatementSQLHelper. update()Creates a new "UPDATE" query object. -
Uses of UpdateStatement in com.mrivanplays.sqlhelper.statement
Methods in com.mrivanplays.sqlhelper.statement that return UpdateStatement Modifier and Type Method Description UpdateStatementUpdateStatement. tableName(String tableName)Mark the table name which we're going to update it's values.UpdateStatementUpdateStatement. values(String[] keys, Object[] values)Mark the values we're going to updateUpdateStatementUpdateStatement. where(String[] keys, Object[] values)Mark the update condition the statement should follow.
-