Constructor and Description |
---|
ExpressionInfo() |
Modifier and Type | Method and Description |
---|---|
Relation |
getDbcChecks()
Gets dbcChecks
|
java.lang.String |
getExpression()
Gets The file name
|
Relation |
getInsertsDeletesInvocations()
Gets diTransactionReferences
|
Relation |
getInvolvedTypes()
Gets involvedTypes
|
Relation |
getNonScalarHeading()
Gets nonScalarHeading
|
Relation |
getReferencedParameters()
Gets referencedParameters
|
Relation |
getReferencedRelvars()
Gets referencedRelvars
|
java.lang.String |
getReturnTypeName()
Gets The page size
|
void |
setDbcchecksFromDB(Relation 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(Relation insertsDeletesInvocations)
Sets The set of referenced parameters
|
void |
setInvolvedtypesFromDB(Relation involvedTypes)
Sets The set of involved types
|
void |
setNonscalarheadingFromDB(Relation nonScalarHeading)
Sets The set of attributes and their corresponding type that define the precise RELATION or TUPLE return type
|
void |
setReferencedparametersFromDB(Relation referencedParameters)
Sets The set of referenced parameters
|
void |
setReferencedrelvarsFromDB(Relation 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
|
public final Relation getDbcChecks()
public final Relation getInsertsDeletesInvocations()
public final java.lang.String getExpression()
public final Relation getInvolvedTypes()
public final Relation getNonScalarHeading()
public final Relation getReferencedParameters()
public final Relation getReferencedRelvars()
public final java.lang.String getReturnTypeName()
public final void setDbcchecksFromDB(Relation 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(Relation insertsDeletesInvocations)
insertsDeletesInvocations
- The page size.public final void setInvolvedtypesFromDB(Relation involvedTypes)
involvedTypes
- The set of involved types.public final void setNonscalarheadingFromDB(Relation nonScalarHeading)
nonScalarHeading
- The set of attributes and their corresponding type that define the precise RELATION or TUPLE return typepublic final void setReferencedparametersFromDB(Relation referencedParameters)
referencedParameters
- The page size.public final void setReferencedrelvarsFromDB(Relation 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.