Uses of Class
org.eclipse.datatools.modelbase.sql.tables.ActionGranularityType

Packages that use ActionGranularityType
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
 

Uses of ActionGranularityType in org.eclipse.datatools.modelbase.sql.tables
 

Fields in org.eclipse.datatools.modelbase.sql.tables declared as ActionGranularityType
static ActionGranularityType ActionGranularityType.ROW_LITERAL
          The 'ROW' literal object.
static ActionGranularityType ActionGranularityType.STATEMENT_LITERAL
          The 'STATEMENT' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.tables that return ActionGranularityType
static ActionGranularityType ActionGranularityType.get(int value)
          Returns the 'Action Granularity Type' literal with the specified integer value.
static ActionGranularityType ActionGranularityType.get(java.lang.String literal)
          Returns the 'Action Granularity Type' literal with the specified literal value.
 ActionGranularityType Trigger.getActionGranularity()
          Returns the value of the 'Action Granularity' attribute.
static ActionGranularityType ActionGranularityType.getByName(java.lang.String name)
          Returns the 'Action Granularity Type' literal with the specified name.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type ActionGranularityType
 void Trigger.setActionGranularity(ActionGranularityType value)
          Sets the value of the 'Action Granularity' attribute.
 

Uses of ActionGranularityType in org.eclipse.datatools.modelbase.sql.tables.impl
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ActionGranularityType
 ActionGranularityType SQLTablesFactoryImpl.createActionGranularityTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 ActionGranularityType TriggerImpl.getActionGranularity()
           
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type ActionGranularityType
 void TriggerImpl.setActionGranularity(ActionGranularityType newActionGranularity)
           
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.