Uses of Class
org.apache.cayenne.access.jdbc.BaseSQLAction
Packages that use BaseSQLAction
Package
Description
Contains classes that handle JDBC interactions.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
- 
Uses of BaseSQLAction in org.apache.cayenne.access.jdbcSubclasses of BaseSQLAction in org.apache.cayenne.access.jdbcModifier and TypeClassDescriptionclassclassParses an EJBQL statement, converting it to SQL.classA SQLAction that runs a stored procedure.classA SQLAction that handles SelectQuery execution.
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.db2Subclasses of BaseSQLAction in org.apache.cayenne.dba.db2
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.derbySubclasses of BaseSQLAction in org.apache.cayenne.dba.derby
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.firebirdSubclasses of BaseSQLAction in org.apache.cayenne.dba.firebird
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.h2Subclasses of BaseSQLAction in org.apache.cayenne.dba.h2
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.ingresSubclasses of BaseSQLAction in org.apache.cayenne.dba.ingres
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.postgresSubclasses of BaseSQLAction in org.apache.cayenne.dba.postgres
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.sqliteSubclasses of BaseSQLAction in org.apache.cayenne.dba.sqlite
- 
Uses of BaseSQLAction in org.apache.cayenne.dba.sqlserverSubclasses of BaseSQLAction in org.apache.cayenne.dba.sqlserverModifier and TypeClassDescriptionclassclassProcedureAction for SQLServer MS JDBC driver.class