|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.javatools.data.HashStructureAdapter
oracle.javatools.db.GlobalSettings
public class GlobalSettings
Class for api settings that govern the behaviour of the api at a global level.
Field Summary | |
---|---|
static java.lang.String |
PREFS_KEY Key used to locate the GlobalSettings in a given PropertyStorage. |
Fields inherited from class oracle.javatools.data.HashStructureAdapter |
---|
_hash |
Method Summary | |
---|---|
static GlobalSettings |
createGlobalSettings(PropertyStorage props) Creates a copy of global settings using the given hash. |
static GlobalSettings |
getInstance() Gets the GlobalSettings instance for the API. |
PlSqlCompilerOptions |
getPlSqlCompilerOptions() Retuns the PL/SQL compiler options from the global settings. |
static void |
initialiseInstance(PropertyStorage props) Initialises the global settings with the given HashStructure for storage. |
boolean |
isNewPlSqlLowerCase() gets whether the keywords in new PL/SQL are in lower or upper case |
boolean |
isValidateDateTime() Gets whether the api validation layer is validating date/time datatype default values. |
void |
setNewPlSqlLowerCase(boolean newPlSqlLowerCase) Sets whether the keywords in new PL/SQL are in lower or upper case |
void |
setValidateDateTime(boolean boo) Sets whether the api validation layer is validating date/time datatype default values. |
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 |
---|
public static final java.lang.String PREFS_KEY
Method Detail |
---|
public static final GlobalSettings getInstance()
public static final void initialiseInstance(PropertyStorage props)
getInstance()
public static final GlobalSettings createGlobalSettings(PropertyStorage props)
getInstance()
public boolean isValidateDateTime()
public void setValidateDateTime(boolean boo)
public boolean isNewPlSqlLowerCase()
public void setNewPlSqlLowerCase(boolean newPlSqlLowerCase)
public PlSqlCompilerOptions getPlSqlCompilerOptions()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |