org.eclipse.datatools.modelbase.sql.routines
Interface SQLRoutinesPackage.Literals

Enclosing interface:
SQLRoutinesPackage

public static interface SQLRoutinesPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass BUILT_IN_FUNCTION
          The meta object literal for the 'Built In Function' class.
static EEnum DATA_ACCESS
          The meta object literal for the 'Data Access' enum.
static EClass FUNCTION
          The meta object literal for the 'Function' class.
static EAttribute FUNCTION__MUTATOR
          The meta object literal for the 'Mutator' attribute feature.
static EAttribute FUNCTION__NULL_CALL
          The meta object literal for the 'Null Call' attribute feature.
static EReference FUNCTION__RETURN_CAST
          The meta object literal for the 'Return Cast' containment reference feature.
static EReference FUNCTION__RETURN_SCALAR
          The meta object literal for the 'Return Scalar' containment reference feature.
static EReference FUNCTION__RETURN_TABLE
          The meta object literal for the 'Return Table' containment reference feature.
static EAttribute FUNCTION__STATIC
          The meta object literal for the 'Static' attribute feature.
static EAttribute FUNCTION__TRANSFORM_GROUP
          The meta object literal for the 'Transform Group' attribute feature.
static EAttribute FUNCTION__TYPE_PRESERVING
          The meta object literal for the 'Type Preserving' attribute feature.
static EClass METHOD
          The meta object literal for the 'Method' class.
static EAttribute METHOD__CONSTRUCTOR
          The meta object literal for the 'Constructor' attribute feature.
static EAttribute METHOD__OVERRIDING
          The meta object literal for the 'Overriding' attribute feature.
static EClass PARAMETER
          The meta object literal for the 'Parameter' class.
static EAttribute PARAMETER__LOCATOR
          The meta object literal for the 'Locator' attribute feature.
static EAttribute PARAMETER__MODE
          The meta object literal for the 'Mode' attribute feature.
static EReference PARAMETER__ROUTINE
          The meta object literal for the 'Routine' container reference feature.
static EReference PARAMETER__STRING_TYPE_OPTION
          The meta object literal for the 'String Type Option' containment reference feature.
static EEnum PARAMETER_MODE
          The meta object literal for the 'Parameter Mode' enum.
static EClass PROCEDURE
          The meta object literal for the 'Procedure' class.
static EAttribute PROCEDURE__MAX_RESULT_SETS
          The meta object literal for the 'Max Result Sets' attribute feature.
static EAttribute PROCEDURE__OLD_SAVE_POINT
          The meta object literal for the 'Old Save Point' attribute feature.
static EReference PROCEDURE__RESULT_SET
          The meta object literal for the 'Result Set' containment reference list feature.
static EClass ROUTINE
          The meta object literal for the 'Routine' class.
static EAttribute ROUTINE__AUTHORIZATION_ID
          The meta object literal for the 'Authorization ID' attribute feature.
static EAttribute ROUTINE__CREATION_TS
          The meta object literal for the 'Creation TS' attribute feature.
static EAttribute ROUTINE__DETERMINISTIC
          The meta object literal for the 'Deterministic' attribute feature.
static EAttribute ROUTINE__EXTERNAL_NAME
          The meta object literal for the 'External Name' attribute feature.
static EAttribute ROUTINE__LANGUAGE
          The meta object literal for the 'Language' attribute feature.
static EAttribute ROUTINE__LAST_ALTERED_TS
          The meta object literal for the 'Last Altered TS' attribute feature.
static EAttribute ROUTINE__PARAMETER_STYLE
          The meta object literal for the 'Parameter Style' attribute feature.
static EReference ROUTINE__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature.
static EReference ROUTINE__SCHEMA
          The meta object literal for the 'Schema' reference feature.
static EAttribute ROUTINE__SECURITY
          The meta object literal for the 'Security' attribute feature.
static EReference ROUTINE__SOURCE
          The meta object literal for the 'Source' containment reference feature.
static EAttribute ROUTINE__SPECIFIC_NAME
          The meta object literal for the 'Specific Name' attribute feature.
static EAttribute ROUTINE__SQL_DATA_ACCESS
          The meta object literal for the 'Sql Data Access' attribute feature.
static EClass ROUTINE_RESULT_TABLE
          The meta object literal for the 'Routine Result Table' class.
static EClass SOURCE
          The meta object literal for the 'Source' class.
static EAttribute SOURCE__BODY
          The meta object literal for the 'Body' attribute feature.
static EClass USER_DEFINED_FUNCTION
          The meta object literal for the 'User Defined Function' class.
 

Field Detail

ROUTINE

public static final EClass ROUTINE
The meta object literal for the 'Routine' class.

See Also:
RoutineImpl, SQLRoutinesPackageImpl.getRoutine()

ROUTINE__SPECIFIC_NAME

public static final EAttribute ROUTINE__SPECIFIC_NAME
The meta object literal for the 'Specific Name' attribute feature.


ROUTINE__LANGUAGE

public static final EAttribute ROUTINE__LANGUAGE
The meta object literal for the 'Language' attribute feature.


ROUTINE__PARAMETER_STYLE

public static final EAttribute ROUTINE__PARAMETER_STYLE
The meta object literal for the 'Parameter Style' attribute feature.


ROUTINE__DETERMINISTIC

public static final EAttribute ROUTINE__DETERMINISTIC
The meta object literal for the 'Deterministic' attribute feature.


ROUTINE__SQL_DATA_ACCESS

public static final EAttribute ROUTINE__SQL_DATA_ACCESS
The meta object literal for the 'Sql Data Access' attribute feature.


ROUTINE__CREATION_TS

public static final EAttribute ROUTINE__CREATION_TS
The meta object literal for the 'Creation TS' attribute feature.


ROUTINE__LAST_ALTERED_TS

public static final EAttribute ROUTINE__LAST_ALTERED_TS
The meta object literal for the 'Last Altered TS' attribute feature.


ROUTINE__AUTHORIZATION_ID

public static final EAttribute ROUTINE__AUTHORIZATION_ID
The meta object literal for the 'Authorization ID' attribute feature.


ROUTINE__SECURITY

public static final EAttribute ROUTINE__SECURITY
The meta object literal for the 'Security' attribute feature.


ROUTINE__EXTERNAL_NAME

public static final EAttribute ROUTINE__EXTERNAL_NAME
The meta object literal for the 'External Name' attribute feature.


ROUTINE__PARAMETERS

public static final EReference ROUTINE__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.


ROUTINE__SOURCE

public static final EReference ROUTINE__SOURCE
The meta object literal for the 'Source' containment reference feature.


ROUTINE__SCHEMA

public static final EReference ROUTINE__SCHEMA
The meta object literal for the 'Schema' reference feature.


SOURCE

public static final EClass SOURCE
The meta object literal for the 'Source' class.

See Also:
SourceImpl, SQLRoutinesPackageImpl.getSource()

SOURCE__BODY

public static final EAttribute SOURCE__BODY
The meta object literal for the 'Body' attribute feature.


PARAMETER

public static final EClass PARAMETER
The meta object literal for the 'Parameter' class.

See Also:
ParameterImpl, SQLRoutinesPackageImpl.getParameter()

PARAMETER__MODE

public static final EAttribute PARAMETER__MODE
The meta object literal for the 'Mode' attribute feature.


PARAMETER__LOCATOR

public static final EAttribute PARAMETER__LOCATOR
The meta object literal for the 'Locator' attribute feature.


PARAMETER__ROUTINE

public static final EReference PARAMETER__ROUTINE
The meta object literal for the 'Routine' container reference feature.


PARAMETER__STRING_TYPE_OPTION

public static final EReference PARAMETER__STRING_TYPE_OPTION
The meta object literal for the 'String Type Option' containment reference feature.


PROCEDURE

public static final EClass PROCEDURE
The meta object literal for the 'Procedure' class.

See Also:
ProcedureImpl, SQLRoutinesPackageImpl.getProcedure()

PROCEDURE__MAX_RESULT_SETS

public static final EAttribute PROCEDURE__MAX_RESULT_SETS
The meta object literal for the 'Max Result Sets' attribute feature.


PROCEDURE__OLD_SAVE_POINT

public static final EAttribute PROCEDURE__OLD_SAVE_POINT
The meta object literal for the 'Old Save Point' attribute feature.


PROCEDURE__RESULT_SET

public static final EReference PROCEDURE__RESULT_SET
The meta object literal for the 'Result Set' containment reference list feature.


FUNCTION

public static final EClass FUNCTION
The meta object literal for the 'Function' class.

See Also:
FunctionImpl, SQLRoutinesPackageImpl.getFunction()

FUNCTION__NULL_CALL

public static final EAttribute FUNCTION__NULL_CALL
The meta object literal for the 'Null Call' attribute feature.


FUNCTION__STATIC

public static final EAttribute FUNCTION__STATIC
The meta object literal for the 'Static' attribute feature.


FUNCTION__TRANSFORM_GROUP

public static final EAttribute FUNCTION__TRANSFORM_GROUP
The meta object literal for the 'Transform Group' attribute feature.


FUNCTION__TYPE_PRESERVING

public static final EAttribute FUNCTION__TYPE_PRESERVING
The meta object literal for the 'Type Preserving' attribute feature.


FUNCTION__MUTATOR

public static final EAttribute FUNCTION__MUTATOR
The meta object literal for the 'Mutator' attribute feature.


FUNCTION__RETURN_TABLE

public static final EReference FUNCTION__RETURN_TABLE
The meta object literal for the 'Return Table' containment reference feature.


FUNCTION__RETURN_SCALAR

public static final EReference FUNCTION__RETURN_SCALAR
The meta object literal for the 'Return Scalar' containment reference feature.


FUNCTION__RETURN_CAST

public static final EReference FUNCTION__RETURN_CAST
The meta object literal for the 'Return Cast' containment reference feature.


ROUTINE_RESULT_TABLE

public static final EClass ROUTINE_RESULT_TABLE
The meta object literal for the 'Routine Result Table' class.

See Also:
RoutineResultTableImpl, SQLRoutinesPackageImpl.getRoutineResultTable()

METHOD

public static final EClass METHOD
The meta object literal for the 'Method' class.

See Also:
MethodImpl, SQLRoutinesPackageImpl.getMethod()

METHOD__OVERRIDING

public static final EAttribute METHOD__OVERRIDING
The meta object literal for the 'Overriding' attribute feature.


METHOD__CONSTRUCTOR

public static final EAttribute METHOD__CONSTRUCTOR
The meta object literal for the 'Constructor' attribute feature.


USER_DEFINED_FUNCTION

public static final EClass USER_DEFINED_FUNCTION
The meta object literal for the 'User Defined Function' class.

See Also:
UserDefinedFunctionImpl, SQLRoutinesPackageImpl.getUserDefinedFunction()

BUILT_IN_FUNCTION

public static final EClass BUILT_IN_FUNCTION
The meta object literal for the 'Built In Function' class.

See Also:
BuiltInFunctionImpl, SQLRoutinesPackageImpl.getBuiltInFunction()

DATA_ACCESS

public static final EEnum DATA_ACCESS
The meta object literal for the 'Data Access' enum.

See Also:
DataAccess, SQLRoutinesPackageImpl.getDataAccess()

PARAMETER_MODE

public static final EEnum PARAMETER_MODE
The meta object literal for the 'Parameter Mode' enum.

See Also:
ParameterMode, SQLRoutinesPackageImpl.getParameterMode()


Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.