|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.jsba.ExpressionInfo
public final class ExpressionInfo
A read-only class to represent the results of an invocation of EXPRESSIONINFO
Constructor Summary | |
---|---|
ExpressionInfo()
|
Method Summary | |
---|---|
AbstractRelation |
getDbcChecks()
Gets dbcChecks |
java.lang.String |
getExpression()
Gets The file name |
AbstractRelation |
getInsertsDeletesInvocations()
Gets diTransactionReferences |
AbstractRelation |
getInvolvedTypes()
Gets involvedTypes |
AbstractRelation |
getNonScalarHeading()
Gets nonScalarHeading |
AbstractRelation |
getReferencedParameters()
Gets referencedParameters |
AbstractRelation |
getReferencedRelvars()
Gets referencedRelvars |
java.lang.String |
getReturnTypeName()
Gets The page size |
void |
setDbcchecksFromDB(AbstractRelation dbcChecks)
Sets The set of database constraint checks that will correspond to this expression being used as the definition of a database constraint |
void |
setInsertsdeletesinvocationsFromDB(AbstractRelation insertsDeletesInvocations)
Sets The set of referenced parameters |
void |
setInvolvedtypesFromDB(AbstractRelation involvedTypes)
Sets The set of involved types |
void |
setNonscalarheadingFromDB(AbstractRelation nonScalarHeading)
Sets The set of attributes and their corresponding type that define the precise RELATION or TUPLE return type |
void |
setReferencedparametersFromDB(AbstractRelation referencedParameters)
Sets The set of referenced parameters |
void |
setReferencedrelvarsFromDB(AbstractRelation referencedRelvars)
Sets The set of referenced parameters |
void |
setSp_expressionFromDB(java.lang.String expression)
Sets The file name |
void |
setTypenameFromDB(java.lang.String returnTypeName)
Sets The page size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionInfo()
Method Detail |
---|
public final AbstractRelation getDbcChecks()
public final AbstractRelation getInsertsDeletesInvocations()
public final java.lang.String getExpression()
public final AbstractRelation getInvolvedTypes()
public final AbstractRelation getNonScalarHeading()
public final AbstractRelation getReferencedParameters()
public final AbstractRelation getReferencedRelvars()
public final java.lang.String getReturnTypeName()
public final void setDbcchecksFromDB(AbstractRelation dbcChecks)
dbcChecks
- The set of database constraint checks that will correspond to this expression being used as the definition of a database constraintpublic final void setInsertsdeletesinvocationsFromDB(AbstractRelation insertsDeletesInvocations)
insertsDeletesInvocations
- The page size.public final void setInvolvedtypesFromDB(AbstractRelation involvedTypes)
involvedTypes
- The set of involved types.public final void setNonscalarheadingFromDB(AbstractRelation nonScalarHeading)
nonScalarHeading
- The set of attributes and their corresponding type that define the precise RELATION or TUPLE return typepublic final void setReferencedparametersFromDB(AbstractRelation referencedParameters)
referencedParameters
- The page size.public final void setReferencedrelvarsFromDB(AbstractRelation referencedRelvars)
referencedRelvars
- The page size.public final void setSp_expressionFromDB(java.lang.String expression)
expression
- The file name.public final void setTypenameFromDB(java.lang.String returnTypeName)
returnTypeName
- The page size.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |