Uses of Class
com.mrivanplays.sqlhelper.statement.CreateStatement
-
Packages that use CreateStatement Package Description com.mrivanplays.sqlhelper com.mrivanplays.sqlhelper.statement -
-
Uses of CreateStatement in com.mrivanplays.sqlhelper
Methods in com.mrivanplays.sqlhelper that return CreateStatement Modifier and Type Method Description CreateStatement
SQLHelper. create()
Creates a new "CREATE TABLE IF NOT EXISTS" query object. -
Uses of CreateStatement in com.mrivanplays.sqlhelper.statement
Methods in com.mrivanplays.sqlhelper.statement that return CreateStatement Modifier and Type Method Description CreateStatement
CreateStatement. columns(String... columns)
Mark the columns the table is going to haveCreateStatement
CreateStatement. tableName(String name)
Mark the name of the created table.
-