Uses of Interface
io.army.criteria.postgre.PostgreUpdate._SingleWithSpec
Packages that use PostgreUpdate._SingleWithSpec
-
Uses of PostgreUpdate._SingleWithSpec in io.army.criteria.impl
Methods in io.army.criteria.impl that return PostgreUpdate._SingleWithSpecModifier and TypeMethodDescriptionstatic PostgreUpdate._SingleWithSpec<io.army.criteria.Statement._BatchUpdateParamSpec, io.army.criteria.Statement._BatchReturningUpdateParamSpec> Postgres.batchSingleUpdate()create batch single-table UPDATE statement that is primary statement.static PostgreUpdate._SingleWithSpec<io.army.criteria.Update, io.army.criteria.dialect.ReturningUpdate> Postgres.singleUpdate()create simple(non-batch) single-table UPDATE statement that is primary statement.