Uses of Enum
com.blazebit.persistence.spi.DbmsModificationState
Packages that use DbmsModificationState
-
Uses of DbmsModificationState in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return DbmsModificationStateModifier and TypeMethodDescriptionstatic DbmsModificationStateReturns the enum constant of this type with the specified name.static DbmsModificationState[]DbmsModificationState.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.blazebit.persistence.spi with type arguments of type DbmsModificationStateModifier and TypeMethodDescriptionDbmsDialect.appendExtendedSql(StringBuilder sqlSb, DbmsStatementType statementType, boolean isSubquery, boolean isEmbedded, StringBuilder withClause, String limit, String offset, String[] returningColumns, Map<DbmsModificationState, String> includedModificationStates) Deprecated.DbmsDialect.appendExtendedSql(StringBuilder sqlSb, DbmsStatementType statementType, boolean isSubquery, boolean isEmbedded, StringBuilder withClause, String limit, String offset, String dmlAffectedTable, String[] returningColumns, Map<DbmsModificationState, String> includedModificationStates) Appends the with clause to the sql string builder.
DbmsDialect.appendExtendedSql(StringBuilder, DbmsStatementType, boolean, boolean, StringBuilder, String, String, String, String[], Map)instead