be.SIRAPRISE.client.jsba
Class ExpressionInfo

java.lang.Object
  extended by be.SIRAPRISE.client.jsba.ExpressionInfo
All Implemented Interfaces:
DBObject

public final class ExpressionInfo
extends java.lang.Object
implements DBObject

A read-only class to represent the results of an invocation of EXPRESSIONINFO

Author:
Erwin

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

ExpressionInfo

public ExpressionInfo()
Method Detail

getDbcChecks

public final AbstractRelation getDbcChecks()
Gets dbcChecks

Returns:
dbcChecks.

getInsertsDeletesInvocations

public final AbstractRelation getInsertsDeletesInvocations()
Gets diTransactionReferences

Returns:
diTransactionReferences.

getExpression

public final java.lang.String getExpression()
Gets The file name

Returns:
Returns the fileName.

getInvolvedTypes

public final AbstractRelation getInvolvedTypes()
Gets involvedTypes

Returns:
involvedTypes.

getNonScalarHeading

public final AbstractRelation getNonScalarHeading()
Gets nonScalarHeading

Returns:
nonScalarHeading.

getReferencedParameters

public final AbstractRelation getReferencedParameters()
Gets referencedParameters

Returns:
referencedParameters.

getReferencedRelvars

public final AbstractRelation getReferencedRelvars()
Gets referencedRelvars

Returns:
referencedRelvars.

getReturnTypeName

public final java.lang.String getReturnTypeName()
Gets The page size

Returns:
Returns the pageSize.

setDbcchecksFromDB

public final 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

Parameters:
dbcChecks - The set of database constraint checks that will correspond to this expression being used as the definition of a database constraint

setInsertsdeletesinvocationsFromDB

public final void setInsertsdeletesinvocationsFromDB(AbstractRelation insertsDeletesInvocations)
Sets The set of referenced parameters

Parameters:
insertsDeletesInvocations - The page size.

setInvolvedtypesFromDB

public final void setInvolvedtypesFromDB(AbstractRelation involvedTypes)
Sets The set of involved types

Parameters:
involvedTypes - The set of involved types.

setNonscalarheadingFromDB

public final void setNonscalarheadingFromDB(AbstractRelation nonScalarHeading)
Sets The set of attributes and their corresponding type that define the precise RELATION or TUPLE return type

Parameters:
nonScalarHeading - The set of attributes and their corresponding type that define the precise RELATION or TUPLE return type

setReferencedparametersFromDB

public final void setReferencedparametersFromDB(AbstractRelation referencedParameters)
Sets The set of referenced parameters

Parameters:
referencedParameters - The page size.

setReferencedrelvarsFromDB

public final void setReferencedrelvarsFromDB(AbstractRelation referencedRelvars)
Sets The set of referenced parameters

Parameters:
referencedRelvars - The page size.

setSp_expressionFromDB

public final void setSp_expressionFromDB(java.lang.String expression)
Sets The file name

Parameters:
expression - The file name.

setTypenameFromDB

public final void setTypenameFromDB(java.lang.String returnTypeName)
Sets The page size

Parameters:
returnTypeName - The page size.