Uses of Enum
com.blazebit.persistence.spi.DbmsStatementType
Packages that use DbmsStatementType
-
Uses of DbmsStatementType in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return DbmsStatementTypeModifier and TypeMethodDescriptionstatic DbmsStatementTypeReturns the enum constant of this type with the specified name.static DbmsStatementType[]DbmsStatementType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.spi with parameters of type DbmsStatementTypeModifier 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