Package io.github.pigaut.sql
Class StatementTemplate
java.lang.Object
io.github.pigaut.sql.StatementTemplate
-
Field Details
-
CREATE_TABLE_IF_NOT_EXISTS
- See Also:
- Constant Field Values
-
DROP_TABLE
- See Also:
- Constant Field Values
-
RENAME_TABLE
- See Also:
- Constant Field Values
-
ADD_COLUMN
- See Also:
- Constant Field Values
-
RENAME_COLUMN
- See Also:
- Constant Field Values
-
TRUNCATE
- See Also:
- Constant Field Values
-
INSERT_COLUMNS
- See Also:
- Constant Field Values
-
MERGE_COLUMNS
- See Also:
- Constant Field Values
-
SELECT_ALL
- See Also:
- Constant Field Values
-