Uses of Class
org.datanucleus.store.rdbms.sql.UpdateStatement
-
Packages that use UpdateStatement Package Description org.datanucleus.store.rdbms.query 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 UpdateStatement Modifier and Type Method Description protected voidQueryToSQLMapper. compileUpdate(UpdateStatement stmt)Method to compile the result clause of the query into the SQLStatement.
-