Uses of Class
com.blazebit.persistence.spi.DbmsStatementType
-
Packages that use DbmsStatementType Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of DbmsStatementType in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return DbmsStatementType Modifier and Type Method Description static DbmsStatementType
DbmsStatementType. valueOf(String name)
Returns 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 DbmsStatementType Modifier and Type Method Description Map<String,String>
DbmsDialect. appendExtendedSql(StringBuilder sqlSb, DbmsStatementType statementType, boolean isSubquery, boolean isEmbedded, StringBuilder withClause, String limit, String offset, String[] returningColumns, Map<DbmsModificationState,String> includedModificationStates)
Appends the with clause to the sql string builder.
-