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

E17493-01

oracle.javatools.db.plsql
Class PlSqlParameter

java.lang.Object
  extended by oracle.javatools.db.AbstractDBObject
      extended by oracle.javatools.db.AbstractBuildableObject
          extended by oracle.javatools.db.plsql.DBObjectPlSqlFragment
              extended by oracle.javatools.db.plsql.PlSqlParameter
All Implemented Interfaces:
ChildDBObject, DBObject, Copyable, DynamicPropertySet

public class PlSqlParameter
extends DBObjectPlSqlFragment

Representation of a parameter (argument) to any PL/SQL procedure, function or method.


Nested Class Summary
static class PlSqlParameter.Mode
           
 
Nested classes/interfaces inherited from class oracle.javatools.db.AbstractDBObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport
 
Field Summary
static java.lang.String TYPE
           
 
Fields inherited from interface oracle.javatools.db.DBObject
COMMENT
 
Constructor Summary
PlSqlParameter()
           
PlSqlParameter(java.lang.String name)
           
 
Method Summary
 DBObjectID getDataTypeID()
          Get method for the DataTypeID property
 PlSqlReference getDataTypeReference()
          Get method for the DataTypeReference property
 java.lang.String getDefaultValue()
          Get method for the DefaultValue property
 PlSqlParameter.Mode getMode()
          Get method for the Mode property
 java.lang.String getType()
          Returns the type of this object.
 boolean isNoCopy()
          Get method for the NoCopy property
 void setDataTypeReference(PlSqlReference dataTypeRef)
          Set method for the DataTypeReference property
 void setDefaultValue(java.lang.String def)
          Set method for the DefaultValue property
 void setMode(PlSqlParameter.Mode mode)
          Set method for the Mode property
 void setNoCopy(boolean noCopy)
          Set method for the NoCopy property
 
Methods inherited from class oracle.javatools.db.plsql.DBObjectPlSqlFragment
clearSourceID, copyToImpl, getChildAtOffset, getEndOffset, getParent, getSourceID, getStartOffset, setEndOffset, setParent, setStartOffset
 
Methods inherited from class oracle.javatools.db.AbstractBuildableObject
checkInit, checkInit, equalsImpl, getOwnedObjectsImpl, getProperties, getProperty, getReferenceIDsImpl, needsInitialization, setProperty
 
Methods inherited from class oracle.javatools.db.AbstractDBObject
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.javatools.db.DBObject
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, replaceReferenceIDs, setID, setName
 
Methods inherited from interface oracle.javatools.util.DynamicPropertySet
getProperties, getProperty, getProperty, setProperties, setProperty
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values
Constructor Detail

PlSqlParameter

public PlSqlParameter()

PlSqlParameter

public PlSqlParameter(java.lang.String name)
Method Detail

getType

public java.lang.String getType()
Description copied from interface: DBObject
Returns the type of this object. Valid types include things like tables, views, synonyms, and columns.

Returns:
a string describing the type of object.

getDataTypeReference

public PlSqlReference getDataTypeReference()
Get method for the DataTypeReference property

Returns:
Since:
11.1.2.0.0

setDataTypeReference

public void setDataTypeReference(PlSqlReference dataTypeRef)
Set method for the DataTypeReference property

Parameters:
dataTypeRef -
Since:
11.1.2.0.0

getDataTypeID

public DBObjectID getDataTypeID()
Get method for the DataTypeID property

Returns:
Since:
11.1.2.0.0

getMode

public PlSqlParameter.Mode getMode()
Get method for the Mode property

Returns:
Since:
11.1.2.0.0

setMode

public void setMode(PlSqlParameter.Mode mode)
Set method for the Mode property

Parameters:
mode -
Since:
11.1.2.0.0

getDefaultValue

public java.lang.String getDefaultValue()
Get method for the DefaultValue property

Returns:
Since:
11.1.2.0.0

setDefaultValue

public void setDefaultValue(java.lang.String def)
Set method for the DefaultValue property

Parameters:
def -
Since:
11.1.2.0.0

setNoCopy

public void setNoCopy(boolean noCopy)
Set method for the NoCopy property

Parameters:
noCopy -
Since:
11.1.2.0.0

isNoCopy

public boolean isNoCopy()
Get method for the NoCopy property

Returns:
Since:
11.1.2.0.0

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

E17493-01

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