Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl
Class PlsqlTableName

java.lang.Object
  extended by org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
      extended by org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
          extended by org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableName


public class PlsqlTableName
extends SqlName

Field Summary

 

Fields inherited from class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
m_case, m_column, m_contextFromIntype, m_convertInto, m_convertIntoQualified, m_convertOutOf, m_convertOutOfQualified, m_defaultSchema, m_fromDB, m_hasConversion, m_isReused, m_isRowType, m_line, m_pl2SQLCounter, m_predefined, m_printAsIs, m_quoted, m_sourceName, m_sql2PLCounter, m_targetLang, ROWTYPE, ROWTYPE_PL, ROWTYPE_SQL

 

Fields inherited from class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
m_annotation, m_context, m_name, NO_CONTEXT

 

Constructor Summary
PlsqlTableName(java.lang.String schema, java.lang.String type, boolean fromDB, int line, int col, java.lang.String packageName, SqlType parentType, SqlType elemType, SqlReflector reflector)
          Create a SqlName instance for a PL/SQL type, which requires extra identifying information, such the names for the package and method that mentions this PL/SQL type

 

Method Summary

 

Methods inherited from class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
containsLowerChar, dbifyName, dbifyName, determineSqlName, equals, getCase, getColumn, getDeclClass, getDeclClass, getDeclItf, getDeclItf, getDeclItfPackage, getDeclPackage, getFromDB, getFullTargetTypeName, getFullTypeName, getIntoConversion, getIntoConversionQualified, getLangName, getLine, getOutOfConversion, getOutOfConversionQualified, getQuotedSimpleName, getSchemaName, getTargetLang, getTargetTypeName, getTypeName, getUseClass, getUseClass, getUseClass, getUseItf, getUseItf, getUseItfPackage, getUsePackage, hasConversion, hasDeclItf, hashCode, hasUseClass, hasUseItf, initStaticVariables, interfaceIfPossible, isAlpha, isPredefined, isQuoted, isQuoted, isReused, isRowType, langIsC, langIsCpp, langIsOtt, setCase, setDefaultSchema, setLangName, setTargetLang, sqlIdToJavaId, sqlIdToJavaId, toQuotedString, toString

 

Methods inherited from class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
getAnnotation, getContextName, getSimpleName, renameJavaMethodPrefix, setAnnotation

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PlsqlTableName

public PlsqlTableName(java.lang.String schema,
                      java.lang.String type,
                      boolean fromDB,
                      int line,
                      int col,
                      java.lang.String packageName,
                      SqlType parentType,
                      SqlType elemType,
                      SqlReflector reflector)
               throws java.sql.SQLException
Create a SqlName instance for a PL/SQL type, which requires extra identifying information, such the names for the package and method that mentions this PL/SQL type. * @param schema
Parameters:
type -
parentType - The PL/SQL package type that references to the SqlType for which the SqlName is created for
Throws:
java.sql.SQLException

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.