oracle.jbo.server.util
Class JboDTUtils
java.lang.Object
|
+--oracle.jbo.server.util.JboDTUtils
- public class JboDTUtils
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSchema
public static java.lang.String getSchema(java.lang.String tableName)
getTable
public static java.lang.String getTable(java.lang.String tableName)
stripQuotesAndUpper
public static java.lang.String stripQuotesAndUpper(java.lang.String tableName)
getCorrectCaseTableName
public static java.lang.String getCorrectCaseTableName(java.lang.String tableName)