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

E17493-01

Uses of Class
oracle.javatools.db.property.Transient

Packages that use Transient
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.datatypes Classes related to datatypes in the database API. 
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
oracle.javatools.db.plsql Classes for dealing with PL/SQL objects. 
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 
 

Uses of Transient in oracle.javatools.db
 

Methods in oracle.javatools.db with annotations of type Transient
 java.lang.String PlSqlSubprogram.getBody()
          Deprecated. 
 java.lang.String PlSqlMethod.getBody()
          Deprecated. 
 Column[] ColumnConstraint.getColumns()
          Retrieves the constrained columns.
 DataType PlSqlParameter.getDataType()
          Deprecated. use PlSqlParameter.getDataTypeID() instead
 void PlSqlParameter.getDataType(DataType datatype)
          Deprecated. use PlSqlParameter.setDataTypeID(oracle.javatools.db.DBObjectID) instead
 DBObject AbstractChildDBObject.getParent()
           
 DBObject Index.getParent()
           
 DeclarativePlSql PlSqlParameter.getPlSql()
          Deprecated. Gets the PL/SQL routine that owns this parameter.
 java.lang.Long Column.getPrecision()
          Deprecated. - use getDataTypeUsage() and then get the appropriate attribute from the DataTypeUsage.
e.g. dataTypeUsage.getAttributeValue( DataTypeAttribute.DATATYPE_PRECISION)
 DBObjectProvider BaseObjectID.getProvider()
          INTERNAL USE ONLY.
Gets the provider this ID exists in.
 Relation Column.getRelation()
          Gets the Relation that owns this Column.
 Relation Constraint.getRelation()
          Gets the Relation that owns this Constraint.
 DataType PlSqlSubprogram.getReturnType()
          Deprecated. - use getReturnTypeID()
 DataType PlSqlMethod.getReturnType()
          Deprecated. - use getReturnTypeID()
 DataType Procedure.getReturnType()
          Deprecated. 
 DBObjectID Procedure.getReturnTypeID()
          Deprecated. 
 java.lang.Long Column.getScale()
          Deprecated. - use getDataTypeUsage() and then get the appropriate attribute from the DataTypeUsage.
e.g. dataTypeUsage.getAttributeValue( DataTypeAttribute.DATATYPE_SCALE)
 java.lang.String PlSqlSubprogram.getSignature()
          Deprecated.  
 java.lang.String PlSqlMethod.getSignature()
          Deprecated.  
 SpecPlSql PlSqlAttribute.getSpecPlSql()
          Deprecated. Gets the ComplexType that owns this attribute.
 SpecPlSql PlSqlMethod.getSpecPlSql()
          Deprecated. Gets the ComplexType that owns this method.
 Table Index.getTable()
          Retrieves the table on which this index is defined.
 java.lang.String View.getViewText()
          Convinience method that returns the view's query in text format.
 void PlSqlSubprogram.setBody(java.lang.String body)
          Deprecated. 
 void PlSqlMethod.setBody(java.lang.String body)
          Deprecated. 
 void CheckConstraint.setCheckCondition(java.lang.String condition)
          Deprecated. - use setCheckConditionFragment(SQLFragment)
 void AbstractChildDBObject.setParent(DBObject parent)
           
 void Index.setParent(DBObject par)
           
 void PlSqlParameter.setPlSql(DeclarativePlSql object)
          Deprecated. Sets the ComplexType that owns this attribute.
 void Column.setPrecision(java.lang.Long precision)
          Deprecated. - use getDataTypeUsage() and then set the appropriate attribute from the DataTypeUsage.
e.g. dataTypeUsage.setAttributeValue( DataTypeAttribute.DATATYPE_PRECISION)
 void ProviderUsage.setProvider(DBObjectProvider pro)
          Sets the provider this usage exists within.
 void Trigger.setReferenceNames(java.lang.String[] names)
          Deprecated. - see Trigger.setReferencingOldAs(java.lang.String) and Trigger.setReferencingNewAs(java.lang.String)
 void Column.setRelation(Relation relation)
          Sets the Relation that owns this Column.
 void Constraint.setRelation(Relation relation)
          Sets the Relation that owns this Constraint.
 void PlSqlSubprogram.setReturnType(DataType returnType)
          Deprecated. - use setReturnTypeID()
 void PlSqlMethod.setReturnType(DataType returnType)
          Deprecated. - use setReturnTypeID()
 void Procedure.setReturnType(DataType returnType)
          Deprecated. 
 void Procedure.setReturnTypeID(DBObjectID returnTypeID)
          Deprecated. 
 void PlSqlAttribute.setSpecPlSql(SpecPlSql plsql)
          Deprecated. Sets the ComplexType that owns this attribute.
 void PlSqlMethod.setSpecPlSql(SpecPlSql object)
          Deprecated. Sets the ComplexType that owns this method.
 void Trigger.setTableOwner(Schema owner)
          Deprecated. - see information on Trigger.getTableOwner().
 void View.setViewText(java.lang.String text)
          Convinience method that sets the view's query to a NonDeclarativeSQLQuery from the given text.
 

Uses of Transient in oracle.javatools.db.datatypes
 

Methods in oracle.javatools.db.datatypes with annotations of type Transient
 void ComplexType.addDeclaratorError(java.lang.String error)
          Deprecated.  
 java.util.List<java.lang.String> ComplexType.getDeclaratorErrors()
          Deprecated.  
 boolean ComplexType.isMadeDeclarative()
          Deprecated.  
 void ComplexType.setMadeDeclarative(boolean madeDeclarative)
          Deprecated.  
 

Uses of Transient in oracle.javatools.db.ora
 

Methods in oracle.javatools.db.ora with annotations of type Transient
 int MaterializedView.getIndexPercentUsed()
          Deprecated. You cannot specify the Percent Used for an Index. This method has been deprecated
 java.lang.String[] MaterializedView.getMasters()
          Deprecated. 
 java.lang.String OracleExternalTableProperties.LocationSpecifier.getName()
           
 java.lang.String MaterializedView.getNextRefresh()
          Deprecated. use getNextRefreshDate()
 java.lang.String MaterializedView.getViewText()
          Convinience method that returns the view's query in text format.
 boolean DatabaseLink.isCurrentUser()
          Deprecated. use DatabaseLink.getConnectToUser()instead.
 void DatabaseLink.setCurrentUser(boolean currentUser)
          Deprecated. use DatabaseLink.setConnectToUser(Boolean)instead.
 void OracleTablePartitions.setHashQuantityTablespaces(java.lang.String[] tablespaceNames)
          Deprecated. 
 void MaterializedView.setIndexInitTrans(int indexInitTrans)
          Deprecated. Storage properties of the Materialized View Index are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.MV_INDEX_KEY
 void MaterializedView.setIndexMaxExtent(int indexMaxExtent)
          Deprecated. Storage properties of the Materialized View Index are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.MV_INDEX_KEY
 void MaterializedView.setIndexMinExtent(int indexMinExtent)
          Deprecated. Storage properties of the Materialized View Index are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.MV_INDEX_KEY
 void MaterializedView.setIndexPercentFree(int indexPctFree)
          Deprecated. Storage properties of the Materialized View Index are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.MV_INDEX_KEY
 void MaterializedView.setIndexPercentUsed(int indexPctUsed)
          Deprecated. Storage properties of the Materialized View Index are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.MV_INDEX_KEY
 void MaterializedView.setInitExtent(int initExtent)
          Deprecated. Storage properties of the Materialized View are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.KEY
 void MaterializedView.setMasters(java.lang.String[] masters)
          Deprecated. 
 void MaterializedView.setMaxTrans(int maxTrans)
          Deprecated. Storage properties of the Materialized View are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.KEY
 void MaterializedView.setMinTrans(int minTrans)
          Deprecated. Storage properties of the Materialized View are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.KEY
 void MaterializedView.setNextExtent(int nextExtent)
          Deprecated. Storage properties of the Materialized View are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.KEY
 void MaterializedView.setNextRefresh(java.lang.String nextStr)
          Deprecated. use setNextRefreshDate()
 void MaterializedView.setTablespace(java.lang.String tablespace)
          Deprecated. Storage properties of the Materialized View Index are stored on an OracleStorageProperties object in the Materialized View property map, keyed by OracleStorageProperties.MV_INDEX_KEY
 void OracleStorageProperties.setTablespace(java.lang.String tablespace)
          Deprecated. 
 

Uses of Transient in oracle.javatools.db.plsql
 

Methods in oracle.javatools.db.plsql with annotations of type Transient
 PlSqlAttribute Type.getAttribute(java.lang.String name)
          Gets a Attribute of the given name
 PlSqlAttribute[] Type.getAttributes()
          Get method for the Attributes property
 DBObjectID Trigger.getBaseObjectID()
          Get method for the ID of the SchemaObject this is a Trigger for
 java.lang.String Trigger.getBaseSchemaName()
          Deprecated. - use getBaseObjectID
 Trigger.BaseType Trigger.getBaseType()
          Get method for the BaseType property
 DBObjectID PlSqlDatatype.getBaseTypeID()
          Get method for the BaseTypeID property
 PlSqlBlock[] PlSqlBlock.getBlocks()
          Get method for the Blocks property
 PlSqlMethod.CallSpecLanguage PlSqlMethod.getCallSpecLanguage()
          Get method for the CallSpecLanguage property
 java.lang.String PlSqlMethod.getCallSpecLibName()
          Get method for the CallSpecLibName property
 java.lang.String PlSqlMethod.getCallSpecName()
          Get method for the CallSpecName property
 DBObjectPlSqlFragment DBObjectPlSqlFragment.getChildAtOffset(int offset)
          Find a child DBObjectPlSqlFragment at the given offset in the source of the parent SourceObject.
 java.lang.String Trigger.getCode()
          Get method for the Code property
 java.lang.String Type.getCollectionType()
          Returns the code for the Type for Collection Types - either VARRAY or TABLE.
 DBObjectID[] Trigger.getColumnIDs()
           
 DataTypeAttribute Type.getDataTypeAttribute(java.lang.String name)
          Gets a DataTypeAttribute of the given name
 DataTypeAttribute[] Type.getDataTypeAttributes()
          Get method for the DataTypeAttributes property
 DBObjectID PlSqlParameter.getDataTypeID()
          Get method for the DataTypeID property
 PlSqlReference PlSqlParameter.getDataTypeReference()
          Get method for the DataTypeReference property
 PlSqlReference PlSqlVariable.getDataTypeReference()
          Get method for the DataTypeReference property
 PlSqlDatatype[] PlSqlBlock.getDatatypes()
          Get method for the Datatypes property
 DataTypeUsage PlSqlReference.getDataTypeUsage()
          Get method for the DataTypeUsage property
 DataTypeUsage PlSqlVariable.getDataTypeUsage()
          Helper method to return the DataTypeUsage for the variable
 java.lang.String Type.getDDL(DataTypeUsage dataTypeUsage)
           
 java.lang.String PlSqlParameter.getDefaultValue()
          Get method for the DefaultValue property
 java.lang.Integer DBObjectPlSqlFragment.getEndOffset()
          Get method for the EndOffset property
 java.lang.String[] Trigger.getEvents()
          Get method for the Events property
 java.lang.Integer PlSqlDatatype.getLimit()
          Get method for the Limit property
 java.lang.Integer Type.getLimit()
          Get method for the Limit property
 PlSqlMethod Type.getMethod(java.lang.String name)
          Gets a Method of the given name
 PlSqlMethod[] Type.getMethods()
          Get method for the Methods property
 PlSqlMethod.MethodType PlSqlMethod.getMethodType()
          Get method for the MethodType property
 PlSqlParameter.Mode PlSqlParameter.getMode()
          Get method for the Mode property
 DataTypeUsage Type.getOfTypeUsage()
          Get method for the OfTypeUsage property
 PlSqlReference Type.getOfTypeUsageReference()
          Get method for the OfTypeUsageReference property
 java.lang.String Type.getOID()
          Get method for the OID property
 PlSqlParameter PlSqlSubProgram.getParameter(java.lang.String name)
          Gets a Parameter of the given name
 PlSqlParameter[] PlSqlSubProgram.getParameters()
          Get method for the Parameters property
 DBObject DBObjectPlSqlFragment.getParent()
           
 DBObjectID PlSqlReference.getReferenceID()
          Get method for the ReferenceID property
 PlSqlReference[] PlSqlBlock.getReferences()
          Get method for the References property
 PlSqlReference.ReferenceType PlSqlReference.getReferenceType()
          Get method for the ReferenceType property
 java.lang.String Trigger.getReferencingNewAs()
          Get method for the ReferencingNewAs property
 java.lang.String Trigger.getReferencingOldAs()
          Get method for the ReferencingOldAs property
 DBObjectID PlSqlSubProgram.getReturnTypeID()
          Helper method to return the ID of the return type
 PlSqlReference PlSqlSubProgram.getReturnTypeReference()
          Get method for the ReturnTypeReference property
 java.lang.String PlSqlSubProgram.getSignature()
          Get method for the Signature property
 java.lang.String PlSqlSubProgram.getSignature(boolean names)
           
 DBObjectID PlSqlSchemaObjectBody.getSpecID()
          Get method for the SpecID property
 java.lang.String PlSqlAttribute.getSqljExternalName()
          Get method for the SqljExternalName property
 java.lang.String Type.getSqljExternalName()
          Get method for the SqljExternalName property
 java.lang.String PlSqlMethod.getSqljSigName()
          Get method for the SqljSigName property
 java.lang.String PlSqlMethod.getSqljSigVarName()
          Get method for the SqljSigVarName property
 Type.SQLJUsingType Type.getSqljUsing()
          Get method for the SqljUsing property
 java.lang.Integer DBObjectPlSqlFragment.getStartOffset()
          Get method for the StartOffset property
 PlSqlDatatype.Structure PlSqlDatatype.getStructure()
          Get method for the Structure property
 PlSqlSubProgram PlSqlBlock.getSubProgram(java.lang.String name)
          Gets a SubProgram of the given name
 PlSqlSubProgram[] PlSqlBlock.getSubPrograms()
          Get method for the SubPrograms property
 PlSqlSubProgram[] Type.getSubPrograms()
          Convenience method, overloads the superclass getSubPrograms but will return the same as getMethods()
 DBObjectID Trigger.getTableID()
          Deprecated. - use getBaseObjectID
 Trigger.Timing Trigger.getTiming()
          Get method for the Timing property
 java.lang.String Type.getTypeCode()
          Returns the type code
 DBObjectID Type.getUnderTypeID()
          Get method for the UnderTypeID property
 PlSqlReference Type.getUnderTypeReference()
          Get method for the UnderTypeReference property
 PlSqlVariable PlSqlBlock.getVariable(java.lang.String name)
          Gets a Variable of the given name
 PlSqlVariable[] PlSqlBlock.getVariables()
          Get method for the Variables property
 PlSqlVariable[] PlSqlDatatype.getVariables()
          Get method for the Variables property
 PlSqlVariable[] Type.getVariables()
          Convenience method, overloads the superclass getVariables but will return the same as getAttributes()
 java.lang.String Trigger.getWhenClause()
          Get method for the WhenClause property
 boolean Type.isAuthidCurrentUser()
          Get method for the AuthidCurrentUser property
 boolean PlSqlMethod.isCallSpecWithContext()
          Get method for the CallSpecWithContext property
 boolean PlSqlMethod.isFinal()
          Get method for the Final property
 boolean Type.isFinal()
          Whether this object type can be the supertype to another object type
 boolean PlSqlMethod.isInstantiable()
          Get method for the Instantiable property
 boolean Type.isInstantiable()
          Whether an object can be defined to be of this type.
 boolean PlSqlParameter.isNoCopy()
          Get method for the NoCopy property
 boolean PlSqlMethod.isOverriding()
          Get method for the Overriding property
 boolean Trigger.isStatementLevel()
          Get method for the StatementLevel property
 boolean PlSqlDatatype.isSubType()
          Get method for the SubType property
 void Type.setAttributes(PlSqlAttribute[] attributes)
          Set method for the Attributes property
 void Type.setAuthidCurrentUser(boolean authidCurrentUser)
          Set method for the AuthidCurrentUser property
 void Trigger.setBaseObjectID(DBObjectID baseObjectID)
          Get method for the ID of the SchemaObject this is a Trigger for
 void Trigger.setBaseSchemaName(java.lang.String baseSchemaName)
          Deprecated. - use setBaseObjectID
 void Trigger.setBaseType(Trigger.BaseType baseType)
          Set method for the BaseType property
 void PlSqlDatatype.setBaseTypeID(DBObjectID baseTypeID)
          Set method for the BaseTypeID property
 void PlSqlBlock.setBlocks(PlSqlBlock[] blocks)
          Set method for the Blocks property
 void PlSqlMethod.setCallSpecLanguage(PlSqlMethod.CallSpecLanguage callSpecLanguage)
          Set method for the CallSpecLanguage property
 void PlSqlMethod.setCallSpecLibName(java.lang.String callSpecLibName)
          Set method for the CallSpecLibName property
 void PlSqlMethod.setCallSpecName(java.lang.String callSpecName)
          Set method for the CallSpecName property
 void PlSqlMethod.setCallSpecWithContext(boolean callSpecWithContext)
          Set method for the CallSpecWithContext property
 void Trigger.setCode(java.lang.String code)
          Set method for the Code property
 void Type.setCollectionType(java.lang.String collectionType)
          Set method for the CollectionType property
 void Trigger.setColumnIDs(DBObjectID[] columnIDs)
          Set method for the ColumnIDs property
 void PlSqlParameter.setDataTypeReference(PlSqlReference dataTypeRef)
          Set method for the DataTypeReference property
 void PlSqlVariable.setDataTypeReference(PlSqlReference dataTypeRef)
          Set method for the DataTypeReference property
 void PlSqlBlock.setDatatypes(PlSqlDatatype[] datatypes)
          Set method for the Datatypes property
 void PlSqlReference.setDataTypeUsage(DataTypeUsage dataTypeUsage)
          Set method for the DataTypeUsage property
 void PlSqlParameter.setDefaultValue(java.lang.String def)
          Set method for the DefaultValue property
 void DBObjectPlSqlFragment.setEndOffset(java.lang.Integer end)
          Set method for the EndOffset property
 void Trigger.setEvents(java.lang.String[] events)
          Set method for the Events property
 void PlSqlMethod.setFinal(boolean final_)
          Set method for the Final property
 void Type.setFinal(boolean final_)
          Set whether this object type can be the supertype to another object type.
 void PlSqlMethod.setInstantiable(boolean instantiable)
          Set method for the Instantiable property
 void Type.setInstantiable(boolean instantiable)
          Set whether an object can be defined to be of this type.
 void PlSqlDatatype.setLimit(java.lang.Integer limit)
          Set method for the Limit property
 void Type.setLimit(java.lang.Integer limit)
          Set method for the Limit property
 void Type.setMethods(PlSqlMethod[] methods)
          Set method for the Methods property
 void PlSqlMethod.setMethodType(PlSqlMethod.MethodType methodType)
          Set method for the MethodType property
 void PlSqlParameter.setMode(PlSqlParameter.Mode mode)
          Set method for the Mode property
 void PlSqlParameter.setNoCopy(boolean noCopy)
          Set method for the NoCopy property
 void Type.setOfTypeUsageReference(PlSqlReference ofTypeUsageRef)
          Set method for the OfTypeUsageReference property
 void Type.setOID(java.lang.String oid)
          Set method for the OID property
 void PlSqlMethod.setOverriding(boolean overriding)
          Set method for the Overriding property
 void PlSqlSubProgram.setParameters(PlSqlParameter[] parameters)
          Set method for the Parameters property
 void DBObjectPlSqlFragment.setParent(DBObject parent)
           
 void PlSqlReference.setReferenceID(DBObjectID referenceID)
          Set method for the ReferenceID property
 void PlSqlBlock.setReferences(PlSqlReference[] refs)
          Set method for the References property
 void PlSqlReference.setReferenceType(PlSqlReference.ReferenceType referenceType)
          Set method for the ReferenceType property
 void Trigger.setReferencingNewAs(java.lang.String refNewAs)
          Set method for the ReferencingNewAs property
 void Trigger.setReferencingOldAs(java.lang.String refOldAs)
          Set method for the ReferencingOldAs property
 void PlSqlSubProgram.setReturnTypeReference(PlSqlReference returnTypeRef)
          Set method for the ReturnTypeReference property
 void PlSqlSchemaObjectBody.setSpecID(DBObjectID specID)
          Set method for the SpecID property
 void PlSqlAttribute.setSqljExternalName(java.lang.String sqljExternalName)
          Set method for the SqljExternalName property
 void Type.setSqljExternalName(java.lang.String sqljExternalName)
          Set method for the SqljExternalName property
 void PlSqlMethod.setSqljSigName(java.lang.String sqljSigName)
          Set method for the SqljSigName property
 void PlSqlMethod.setSqljSigVarName(java.lang.String sqljSigVarName)
          Set method for the SqljSigVarName property
 void Type.setSqljUsing(Type.SQLJUsingType sqljUsing)
          Set method for the SqljUsing property
 void DBObjectPlSqlFragment.setStartOffset(java.lang.Integer start)
          Set method for the StartOffset property
 void Trigger.setStatementLevel(boolean statementLevel)
          Set method for the StatementLevel property
 void PlSqlDatatype.setStructure(PlSqlDatatype.Structure structure)
          Set method for the Structure property
 void PlSqlBlock.setSubPrograms(PlSqlSubProgram[] subPrograms)
          Set method for the SubPrograms property
 void Type.setSubPrograms(PlSqlSubProgram[] subPrograms)
          Convenience method, overloads the superclass setSubPrograms but each entry in the array must be a PlSqlMethod or an IllegalArgumentExcption will be thrown.
 void PlSqlDatatype.setSubType(boolean subType)
          Set method for the SubType property
 void Trigger.setTableID(DBObjectID tableID)
          Deprecated. - use setBaseObjectID
 void Trigger.setTiming(Trigger.Timing timing)
          Set method for the Timing property
 void Type.setTypeCode(java.lang.String typeCode)
          Set method for the TypeCode property
 void Type.setUnderTypeReference(PlSqlReference underTypeRef)
          Set method for the UnderTypeReference property
 void PlSqlBlock.setVariables(PlSqlVariable[] variables)
          Set method for the Variables property
 void PlSqlDatatype.setVariables(PlSqlVariable[] variables)
          Set method for the Variables property
 void Type.setVariables(PlSqlVariable[] vars)
          Convenience method, overloads the superclass setVariables but each entry in the array must be a PlSqlAttribute or an IllegalArgumentExcption will be thrown.
 void Trigger.setWhenClause(java.lang.String whenClause)
          Set method for the WhenClause property
 

Uses of Transient in oracle.javatools.db.sql
 

Methods in oracle.javatools.db.sql with annotations of type Transient
 DataMiningFunction.DataMiningArguments DataMiningFunction.getDataMiningArguments()
          Deprecated. use getDmSpecificArgs
 FromObject AbstractFromObjectUsage.getFromObject()
          Deprecated. - use setFromObjectID() instead
 FromObject FKUsage.getLeftFromObject()
          Deprecated. - use getLeftFromObjectID or resolveLeftFromObject
 java.lang.String AbstractAliasFragment.getName()
          Returns a String that can be used to alias columns that depend on this fragment.
 FromObject FKUsage.getRightFromObject()
          Deprecated. - use getRightFromObjectID or resolveRightFromObject
 SelectObject SelectObjectUsage.getSelectObject()
          Deprecated. - use getSelectObjectID or resolveSelectObjectID
 java.lang.Integer AbstractSQLFragment.getStartOffset()
           
 void ColumnUsage.setAlwaysQuote(boolean boo)
           
 void Comparison.setArguments(SQLFragment[] arguments)
           
 void AbstractFromObjectUsage.setFromObject(FromObject from)
          Deprecated. - use setFromObjectID() instead
 void FKUsage.setLeftFromObject(FromObject obj)
          Deprecated. - use getLeftFromObjectID or resolveLeftFromObject
 void AbstractAliasFragment.setName(java.lang.String name)
          Does nothing for this fragment - an alias fragment's name is derived from it's alias or expression.
 void AbstractSQLFragment.setParent(DBObject parent)
           
 void FKUsage.setRightFromObject(FromObject obj)
          Deprecated. - use setRightFromObjectID
 void SelectObjectUsage.setSelectObject(SelectObject used)
          Deprecated. - use setSelectObjectID
 void AbstractSQLFragment.setStartOffset(java.lang.Integer start)
           
 

Uses of Transient in oracle.jdeveloper.offlinedb
 

Methods in oracle.jdeveloper.offlinedb with annotations of type Transient
 void OfflineDBObjectID.setID(java.lang.String id)
          Deprecated. use setIdentifer
 


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.