Package com.mrivanplays.sqlhelper.statement
-
Class Summary Class Description AlterStatement Represents an "ALTER" sql statement.CreateStatement Represents an "CREATE" sql statementDeleteStatement Represents an "DELETE" sql statementDropStatement Represents a "DROP" sql statement, usually used to delete tables.InsertStatement Represents an sql "INSERT" statementSelectStatement Represents an sql "SELECT" statementTruncateStatement Represents an sql "TRUNCATE" statementUpdateStatement Represents an sql "UPDATE" statement