org.apache.openjpa.jdbc.sql

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Database ORM » openjpa » org.apache.openjpa.jdbc.sql 
org.apache.openjpa.jdbc.sql

OpenJPA-JDBC SQL Abstraction

Utilities for generating SQL.

Java Source File NameTypeComment
AbstractDB2Dictionary.javaClass Base dictionary for the IBM DB2 family of databases.
AbstractResult.javaClass A Result implementation designed to be subclassed easily by implementations.
AbstractSQLServerDictionary.javaClass Dictionary for the SQL Server databases (Sybase and MS SQL Server).
AccessDictionary.javaClass Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
CacheDictionary.javaClass Dictionary for Intersystems Cache.
Calendard.javaClass A calendar-modified value.
DB2Dictionary.javaClass Dictionary for IBM DB2 database.
DBDictionary.javaClass Class which allows the creation of SQL dynamically, in a database agnostic fashion.
DBDictionaryFactory.javaClass Factory class to instantiate a dictionary.
DerbyDictionary.javaClass Dictionary for Apache Derby (formerly Cloudscape).
EmpressDictionary.javaClass Dictionary for Empress using ODBC server combined with their type 2 driver.
FirebirdDictionary.javaClass Dictionary for Firebird.
FoxProDictionary.javaClass Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
H2Dictionary.javaClass Support for the H2 database ( http://www.h2database.com ).
HSQLDictionary.javaClass Dictionary for Hypersonic SQL database.
InformixDictionary.javaClass Dictionary for Informix database.
IngresDictionary.javaClass
InterbaseDictionary.javaClass Dictionary for Borland Interbase.
JDataStoreDictionary.javaClass
Join.javaClass Represents a SQL join.
Joins.javaInterface Tracks joins made when traversing relations in a select.
JoinSet.javaClass Set type that recognizes that inner joins should take precedence over otherwise equal outer joins.
JoinSyntaxes.javaInterface Constants for ways of describing joins in SQL.
LogicalUnion.javaClass A logical union made up of multiple distinct selects whose results are combined in memory.
MergedResult.javaClass Result that merges multiple result delegates.
MySQLDictionary.javaClass Dictionary for MySQL.
OracleDictionary.javaClass Dictionary for Oracle.
PointbaseDictionary.javaClass Dictionary for Pointbase Embedded.
PostgresDictionary.javaClass Dictionary for Postgres.
PrimaryRow.javaClass Primary table row that tracks foreign keys and auto-inc columns.
Raw.javaClass Represents a raw SQL string for passing to Row.setObject.
Result.javaInterface A result from the execution of a query or stored procedure.
ResultSetResult.javaClass Base Result implementation wrapped around a result set.
Row.javaInterface Logical representation of a table row for insert/update/delete.
RowImpl.javaClass Basic Row implementation.
RowManager.javaInterface Manages rows during an insert/update/delete process.
RowManagerImpl.javaClass Manages SQL rows during an insert/update/delete process.
SecondaryRow.javaClass Secondary table row that tracks foreign keys to auto-inc columns.
Select.javaInterface Abstraction of a SQL SELECT statement.
SelectExecutor.javaInterface Interface for configuring and executing a SQL select.
SelectImpl.javaClass Standard Select implementation.
Sized.javaClass A sized value.
SQLBuffer.javaClass Buffer for SQL statements that can be used to create java.sql.PreparedStatements. This buffer holds the SQL statement parameters and their corresponding columns.
SQLErrorCodeReader.javaClass Parses XML content of SQL Error State codes to populate errro codes for a given Database Dictionary.
SQLExceptions.javaClass Helper class for converting a SQLException into the appropriate OpenJPA type.
SQLFactory.javaInterface Factory for SQL constructs.
SQLFactoryImpl.javaClass Default factory for SQL abstraction constructs.
SQLServerDictionary.javaClass Dictionary for MS SQLServer.
SybaseDictionary.javaClass Dictionary for Sybase. The main point of interest is that by default, every table that is created will have a unique column named "UNQ_INDEX" of the "IDENTITY" type.
TestDictionaryFactory.javaClass
TestMySQLDictionary.javaClass
Union.javaInterface SQL UNION.
w_w_w__.__j__a___v__a2_s.___c__om__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.