org.apache.openjpa.jdbc.sql
Interface JoinSyntaxes

All Known Subinterfaces:
JDBCFetchConfiguration
All Known Implementing Classes:
AbstractDB2Dictionary, AbstractSQLServerDictionary, AccessDictionary, CacheDictionary, DB2Dictionary, DBDictionary, DelegatingJDBCFetchConfiguration, DerbyDictionary, EmpressDictionary, FirebirdDictionary, FoxProDictionary, H2Dictionary, HSQLDictionary, InformixDictionary, InterbaseDictionary, JDataStoreDictionary, JDBCFetchConfigurationImpl, Join, MySQLDictionary, OracleDictionary, PointbaseDictionary, PostgresDictionary, SQLServerDictionary, SybaseDictionary

public interface JoinSyntaxes

Constants for ways of describing joins in SQL.

Author:
Abe White

Field Summary
static int SYNTAX_DATABASE
          Native database join syntax; outer joins are supported.
static int SYNTAX_SQL92
          ANSI SQL 92 join syntax; outer joins are supported.
static int SYNTAX_TRADITIONAL
          Traditional join syntax; outer joins are not supported.
 

Field Detail

SYNTAX_SQL92

static final int SYNTAX_SQL92
ANSI SQL 92 join syntax; outer joins are supported.

See Also:
Constant Field Values

SYNTAX_TRADITIONAL

static final int SYNTAX_TRADITIONAL
Traditional join syntax; outer joins are not supported.

See Also:
Constant Field Values

SYNTAX_DATABASE

static final int SYNTAX_DATABASE
Native database join syntax; outer joins are supported.

See Also:
Constant Field Values


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01