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