Uses of Package
org.datanucleus.store.rdbms.sql
-
Packages that use org.datanucleus.store.rdbms.sql Package Description org.datanucleus.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation.org.datanucleus.store.rdbms.query Package providing the querying mechanism for DataNucleus for RDBMS datastores.org.datanucleus.store.rdbms.request Provides the mechanism of communicating with the database using JDBC.org.datanucleus.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.org.datanucleus.store.rdbms.sql Series of classes used to generate SQL statements.org.datanucleus.store.rdbms.sql.expression Series of expressions representing conditions in SQL statements.org.datanucleus.store.rdbms.sql.method Support for invocation of Java methods, typically using SQL functions. -
Classes in org.datanucleus.store.rdbms.sql used by org.datanucleus.store.rdbms.adapter Class Description SelectStatement SQL SELECT Statement representation.SQLTable Representation of a table reference in an SQL statement.SQLText Representation of a snippet of an SQL statement. -
Classes in org.datanucleus.store.rdbms.sql used by org.datanucleus.store.rdbms.query Class Description SelectStatement SQL SELECT Statement representation.SQLJoin.JoinType SQLStatement Class providing an API for generating SQL statements.SQLStatementParameter Representation of an SQLStatement parameter.SQLTable Representation of a table reference in an SQL statement.UpdateStatement SQL UPDATE Statement representation. -
Classes in org.datanucleus.store.rdbms.sql used by org.datanucleus.store.rdbms.request Class Description SelectStatement SQL SELECT Statement representation.SQLTable Representation of a table reference in an SQL statement. -
Classes in org.datanucleus.store.rdbms.sql used by org.datanucleus.store.rdbms.scostore Class Description SelectStatement SQL SELECT Statement representation. -
Classes in org.datanucleus.store.rdbms.sql used by org.datanucleus.store.rdbms.sql Class Description AbstractSelectStatementGenerator Abstract generator of SQLStatements.SelectStatement SQL SELECT Statement representation.SelectStatement.SelectedItem SelectStatementGenerator Generator of SQL SELECT Statements.SQLJoin Representation of a join in an SQL statement.SQLJoin.JoinType SQLStatement Class providing an API for generating SQL statements.SQLStatementParameter Representation of an SQLStatement parameter.SQLTable Representation of a table reference in an SQL statement.SQLTableGroup Group of tables in an SQL statement.SQLTableNamer Interface to be implemented by a class providing naming for SQL tables.SQLText Representation of a snippet of an SQL statement. -
Classes in org.datanucleus.store.rdbms.sql used by org.datanucleus.store.rdbms.sql.expression Class Description SQLStatement Class providing an API for generating SQL statements.SQLTable Representation of a table reference in an SQL statement.SQLText Representation of a snippet of an SQL statement. -
Classes in org.datanucleus.store.rdbms.sql used by org.datanucleus.store.rdbms.sql.method Class Description SQLJoin.JoinType SQLStatement Class providing an API for generating SQL statements.