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 UpdateStatement
SQLHelper. 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 UpdateStatement
UpdateStatement. tableName(String tableName)
Mark the table name which we're going to update it's values.UpdateStatement
UpdateStatement. values(String[] keys, Object[] values)
Mark the values we're going to updateUpdateStatement
UpdateStatement. where(String[] keys, Object[] values)
Mark the update condition the statement should follow.
-