Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.server.util
Class JboDTUtils

java.lang.Object
  extended by 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.


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

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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.