|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.TableJoinType
public final class TableJoinType
This class contains constants that indicate how tables are linked, specifically the join type.
TableLink.setJoinType(TableJoinType)| Field Summary | |
|---|---|
static int |
_advance
Advanced join. |
static int |
_equalJoin
Equal join. |
static int |
_greaterOrEqualJoin
Greater than or equal join. |
static int |
_greaterThanJoin
Greater than join. |
static int |
_leftOuterJoin
Left outer join. |
static int |
_lessOrEqualJoin
Less than or equal join. |
static int |
_lessThanJoin
Less than join. |
static int |
_notEqualJoin
Not equal join. |
static int |
_outerJoin
Outer join. |
static int |
_rightOuterJoin
Right outer join. |
static TableJoinType |
advance
A TableJoinType object that specifies an advanced join. |
static TableJoinType |
equalJoin
A TableJoinType object that specifies an equal join. |
static TableJoinType |
greaterOrEqualJoin
A TableJoinType object that specifies a greater than or equal join. |
static TableJoinType |
greaterThanJoin
A TableJoinType object that specifies a greater than join. |
static TableJoinType |
leftOuterJoin
A TableJoinType object that specifies a left outer join. |
static TableJoinType |
lessOrEqualJoin
A TableJoinType object that specifies a less than or equal join. |
static TableJoinType |
lessThanJoin
A TableJoinType object that specifies a less than join. |
static TableJoinType |
notEqualJoin
A TableJoinType object that specifies a not equal join. |
static TableJoinType |
outerJoin
A TableJoinType object that specifies an outer join. |
static TableJoinType |
rightOuterJoin
A TableJoinType object that specifies a right outer join. |
| Method Summary | |
|---|---|
static TableJoinType |
from_int(int i)
Returns the TableJoinType object corresponding to the specified int. |
static TableJoinType |
from_string(java.lang.String type)
Returns the TableJoinType object corresponding to the specified String. |
java.lang.String |
toString()
Returns the String value of this TableJoinType object. |
int |
value()
Returns the int value of this TableJoinType object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _equalJoin
Equal join.
public static final int _leftOuterJoin
Left outer join.
public static final int _rightOuterJoin
Right outer join.
public static final int _outerJoin
Outer join.
public static final int _greaterThanJoin
Greater than join.
public static final int _lessThanJoin
Less than join.
public static final int _greaterOrEqualJoin
Greater than or equal join.
public static final int _lessOrEqualJoin
Less than or equal join.
public static final int _notEqualJoin
Not equal join.
public static final int _advance
Advanced join.
public static final TableJoinType equalJoin
A TableJoinType object that specifies an equal join.
public static final TableJoinType leftOuterJoin
A TableJoinType object that specifies a left outer join.
public static final TableJoinType rightOuterJoin
A TableJoinType object that specifies a right outer join.
public static final TableJoinType outerJoin
A TableJoinType object that specifies an outer join.
public static final TableJoinType greaterThanJoin
A TableJoinType object that specifies a greater than join.
public static final TableJoinType lessThanJoin
A TableJoinType object that specifies a less than join.
public static final TableJoinType greaterOrEqualJoin
A TableJoinType object that specifies a greater than or equal join.
public static final TableJoinType lessOrEqualJoin
A TableJoinType object that specifies a less than or equal join.
public static final TableJoinType notEqualJoin
A TableJoinType object that specifies a not equal join.
public static final TableJoinType advance
A TableJoinType object that specifies an advanced join.
| Method Detail |
|---|
public static final TableJoinType from_int(int i)
Returns the TableJoinType object corresponding to the specified int.
i - The int value of the desired TableJoinType object.
TableJoinType object corresponding to the specified int.public static final TableJoinType from_string(java.lang.String type)
Returns the TableJoinType object corresponding to the specified String.
type - The String value of the desired TableJoinType object.
TableJoinType object corresponding to the specified String.public java.lang.String toString()
Returns the String value of this TableJoinType object.
toString in class java.lang.ObjectString value of this TableJoinType object.public int value()
Returns the int value of this TableJoinType object.
int value of this TableJoinType object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||