Uses of Interface
org.datanucleus.store.rdbms.sql.operation.SQLOperation
Packages that use SQLOperation
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
Series of expressions representing conditions in SQL statements.
Support for operations between expressions where we may need to use SQL functions.
-
Uses of SQLOperation in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter that return types with arguments of type SQLOperationModifier and TypeMethodDescriptionClass
<? extends SQLOperation> BaseDatastoreAdapter.getSQLOperationClass
(String operationName) Class
<? extends SQLOperation> DatastoreAdapter.getSQLOperationClass
(String operationName) Accessor for the SQLOperation class for the specified operation (if available for this datastore).Class
<? extends SQLOperation> DB2Adapter.getSQLOperationClass
(String operationName) Class
<? extends SQLOperation> DerbyAdapter.getSQLOperationClass
(String operationName) Class
<? extends SQLOperation> H2Adapter.getSQLOperationClass
(String operationName) Class
<? extends SQLOperation> HSQLAdapter.getSQLOperationClass
(String operationName) Class
<? extends SQLOperation> InformixAdapter.getSQLOperationClass
(String operationName) Class
<? extends SQLOperation> MySQLAdapter.getSQLOperationClass
(String operationName) Class
<? extends SQLOperation> SQLServerAdapter.getSQLOperationClass
(String operationName) -
Uses of SQLOperation in org.datanucleus.store.rdbms.sql.expression
Fields in org.datanucleus.store.rdbms.sql.expression with type parameters of type SQLOperationModifier and TypeFieldDescription(package private) Map
<String, SQLOperation> SQLExpressionFactory.sqlOperationsByName
Cache of SQLOperation instances, keyed by their name. -
Uses of SQLOperation in org.datanucleus.store.rdbms.sql.operation
Classes in org.datanucleus.store.rdbms.sql.operation that implement SQLOperationModifier and TypeClassDescriptionclass
Implementation of CONCAT, using SQL CONCAT function.class
Implementation of CONCAT, using SQL CONCAT operator.class
Implementation of MOD, using SQL MOD function.class
Implementation of MOD, using SQL MOD function.class
Implementation of a conversion from a NumericExpression to a StringExpression.class
Implementation of a conversion from a NumericExpression to a StringExpression.class
Implementation of a conversion from a NumericExpression to a StringExpression.