|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.server.util.JboDTUtils
This class is a subset of various db related string manipulations needed by DesignTime.
I've taken the controversial step of *DUPLICATING* the code in here for the 3.1 release.
For the 4.0 release I'll move the code into a common area - and change all the DT references.
Method Summary | |
static java.lang.String |
getCorrectCaseTableName(java.lang.String tableName)
|
static java.lang.String |
getSchema(java.lang.String tableName)
|
static java.lang.String |
getTable(java.lang.String tableName)
|
static java.lang.String |
stripQuotesAndUpper(java.lang.String tableName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String getSchema(java.lang.String tableName)
public static java.lang.String getTable(java.lang.String tableName)
public static java.lang.String stripQuotesAndUpper(java.lang.String tableName)
public static java.lang.String getCorrectCaseTableName(java.lang.String tableName)
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.