Uses of Class
org.datanucleus.store.rdbms.sql.UpdateStatement
Packages that use UpdateStatement
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
-
Uses of UpdateStatement in org.datanucleus.store.rdbms.query
Methods in org.datanucleus.store.rdbms.query with parameters of type UpdateStatementModifier and TypeMethodDescriptionprotected void
QueryToSQLMapper.compileUpdate
(UpdateStatement stmt) Method to compile the result clause of the query into the SQLStatement.