Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.db.plsql
Class PlSqlCompilerOptions

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.javatools.db.plsql.PlSqlCompilerOptions


public class PlSqlCompilerOptions
extends HashStructureAdapter

Nested Class Summary
static class PlSqlCompilerOptions.WarningCategory
           
static class PlSqlCompilerOptions.WarningValue
           

 

Field Summary
static java.lang.String KEY
          Deprecated - options are now part of the GlobalSettings.

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Constructor Summary
PlSqlCompilerOptions(HashStructure hash)
           

 

Method Summary
 java.lang.String getWarningFlags()
           
 PlSqlCompilerOptions.WarningValue getWarningValue(PlSqlCompilerOptions.WarningCategory category)
           
 boolean isGeneratePlSqlDebugInfo()
           
 void setGeneratePlSqlDebugInfo(boolean boo)
           
 void setWarningFlags(java.lang.String flags)
           
 void setWarningValue(PlSqlCompilerOptions.WarningCategory category, PlSqlCompilerOptions.WarningValue value)
           

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals

 

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

 

Field Detail

KEY

public static final java.lang.String KEY
Deprecated - options are now part of the GlobalSettings.
See Also:
Constant Field Values

Constructor Detail

PlSqlCompilerOptions

public PlSqlCompilerOptions(HashStructure hash)

Method Detail

getWarningValue

public PlSqlCompilerOptions.WarningValue getWarningValue(PlSqlCompilerOptions.WarningCategory category)

setWarningValue

public void setWarningValue(PlSqlCompilerOptions.WarningCategory category,
                            PlSqlCompilerOptions.WarningValue value)

setWarningFlags

public void setWarningFlags(java.lang.String flags)

getWarningFlags

public java.lang.String getWarningFlags()

isGeneratePlSqlDebugInfo

public boolean isGeneratePlSqlDebugInfo()

setGeneratePlSqlDebugInfo

public void setGeneratePlSqlDebugInfo(boolean boo)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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