| java.lang.Object com.triactive.jdo.store.QueryStatement com.triactive.jdo.store.OracleQueryStatement
Field Summary | |
final public static String | NLS_SORT_ORDER_PROPERTY The system property that selects the "linguistic definition" to be used
for native language sorting of String fields. |
NLS_SORT_ORDER_PROPERTY | final public static String NLS_SORT_ORDER_PROPERTY(Code) | | The system property that selects the "linguistic definition" to be used
for native language sorting of String fields. This is the string
"com.triactive.jdo.oracle.nlsSortOrder". The default value is "LATIN".
A value of "BINARY" disables native language sorting.
|
OracleQueryStatement | public OracleQueryStatement(Table initialTable)(Code) | | |
innerJoin | public void innerJoin(QueryColumn from, QueryColumn to)(Code) | | |
leftOuterJoin | public void leftOuterJoin(QueryColumn from, QueryColumn to)(Code) | | |
rightOuterJoin | public void rightOuterJoin(QueryColumn from, QueryColumn to)(Code) | | |
|
|