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 CreateStatementSQLHelper. 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 CreateStatementCreateStatement. columns(String... columns)Mark the columns the table is going to haveCreateStatementCreateStatement. tableName(String name)Mark the name of the created table.
-