Skip navigation links 
 
oracle.javatools.db.plsql
Class PlSqlParameter
java.lang.Object
  
oracle.javatools.db.AbstractDBObject
      
oracle.javatools.db.AbstractBuildableObject
          
oracle.javatools.db.plsql.DBObjectPlSqlFragment
              
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.
 
 
  
 
| Field Summary | 
static java.lang.String | 
TYPE 
            | 
 
  
 
  
 
 
 
 
| 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 | 
 
 
 
TYPE
public static final java.lang.String TYPE
- 
- See Also:
 
- Constant Field Values
 
 
PlSqlParameter
public PlSqlParameter()
PlSqlParameter
public PlSqlParameter(java.lang.String name)
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
 
 
Skip navigation links 
 
Copyright © 1997, 2012, Oracle. All rights reserved.