Uses of Enum Class
org.umlg.sqlg.strategy.SqlgSqlExecutor.DROP_QUERY
Packages that use SqlgSqlExecutor.DROP_QUERY
-
Uses of SqlgSqlExecutor.DROP_QUERY in org.umlg.sqlg.strategy
Methods in org.umlg.sqlg.strategy that return SqlgSqlExecutor.DROP_QUERYModifier and TypeMethodDescriptionSqlgSqlExecutor.DropQuery.dropQuery()
Returns the value of thedropQuery
record component.static SqlgSqlExecutor.DROP_QUERY
Returns the enum constant of this class with the specified name.static SqlgSqlExecutor.DROP_QUERY[]
SqlgSqlExecutor.DROP_QUERY.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.umlg.sqlg.strategy with parameters of type SqlgSqlExecutor.DROP_QUERYModifierConstructorDescriptionDropQuery
(SqlgSqlExecutor.DROP_QUERY dropQuery, String leafSql, String sql, Boolean addAdditionalPartitionHasContainer) Creates an instance of aDropQuery
record class.