Kodo 4.0.0RC2 generated on May 12 2006

kodo.jdbc.sql
Interface JoinSyntaxes

All Known Subinterfaces:
JDBCFetchConfiguration, JDBCFetchPlan
All Known Implementing Classes:
JDBCFetchPlan

public interface JoinSyntaxes

Constants for ways of describing joins in SQL.


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

Kodo 4.0.0RC2 generated on May 12 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.