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.sqlOperationsByNameCache 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 TypeClassDescriptionclassImplementation of CONCAT, using SQL CONCAT function.classImplementation of CONCAT, using SQL CONCAT operator.classImplementation of MOD, using SQL MOD function.classImplementation of MOD, using SQL MOD function.classImplementation of a conversion from a NumericExpression to a StringExpression.classImplementation of a conversion from a NumericExpression to a StringExpression.classImplementation of a conversion from a NumericExpression to a StringExpression.