|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.server.util.JboDTUtils
public class 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 Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||