oracle.javatools.db.plsql
Class PlSqlCompilerOptions
java.lang.Object
  
oracle.javatools.data.HashStructureAdapter
      
oracle.javatools.db.plsql.PlSqlCompilerOptions
public class PlSqlCompilerOptions
- extends HashStructureAdapter
 
 
| 
Field Summary | 
static java.lang.String | 
KEY
 
          Deprecated - options are now part of the GlobalSettings. | 
 
 
 
 
| 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 | 
 
KEY
public static final java.lang.String KEY
- Deprecated - options are now part of the GlobalSettings.
- See Also:
 - Constant Field Values
 
 
PlSqlCompilerOptions
public PlSqlCompilerOptions(HashStructure hash)
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)
 
Copyright © 1997, 2010, Oracle. All rights reserved.