Uses of Enum Class
org.pgcodekeeper.core.script.SQLActionType
Packages that use SQLActionType
-
Uses of SQLActionType in org.pgcodekeeper.core.database.pg.schema
Methods in org.pgcodekeeper.core.database.pg.schema with parameters of type SQLActionTypeModifier and TypeMethodDescriptionvoidPgSequence.getOwnedBySQL(SQLScript script, SQLActionType type) -
Uses of SQLActionType in org.pgcodekeeper.core.script
Methods in org.pgcodekeeper.core.script that return SQLActionTypeModifier and TypeMethodDescriptionstatic SQLActionTypeReturns the enum constant of this class with the specified name.static SQLActionType[]SQLActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core.script with parameters of type SQLActionTypeModifier and TypeMethodDescriptionvoidSQLScript.addStatement(String sql, SQLActionType actionType) Adds a SQL statement to specified execution phase with separator.voidSQLScript.addStatement(String sql, SQLActionType actionType, boolean needSeparator) Adds a SQL statement to specified execution phase with optional separator.voidSQLScript.addStatementWithoutSeparator(String sql, SQLActionType actionType) Adds a SQL statement to specified execution phase without separator.