Uses of Class
org.datanucleus.store.rdbms.request.StatementMappingDefinition
-
Packages that use StatementMappingDefinition Package Description org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. -
-
Uses of StatementMappingDefinition in org.datanucleus.store.rdbms.request
Fields in org.datanucleus.store.rdbms.request declared as StatementMappingDefinition Modifier and Type Field Description private StatementMappingDefinition
DeleteRequest. mappingStatementIndex
the index for the expression(s) in the delete statement.private StatementMappingDefinition
UpdateRequest. stmtMappingDefinition
the index for the expression in the update sql statement.
-