Oracle Application Development Framework Model and Business Components Java API Reference
VERSION

B16005-01


oracle.jbo.server.util
Class JboDTUtils

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

Oracle Application Development Framework Model and Business Components Java API Reference
VERSION

B16005-01


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