com.metamatrix.modeler.core.metadata.runtime
Interface TransformationRecord.Types

Enclosing interface:
TransformationRecord

public static interface TransformationRecord.Types


Field Summary
static java.lang.String DELETE
           
static java.lang.String INSERT
           
static java.lang.String MAPPING
           
static java.lang.String PROCEDURE
           
static java.lang.String SELECT
           
static java.lang.String UPDATE
           
 

Field Detail

MAPPING

static final java.lang.String MAPPING
See Also:
Constant Field Values

SELECT

static final java.lang.String SELECT
See Also:
Constant Field Values

INSERT

static final java.lang.String INSERT
See Also:
Constant Field Values

UPDATE

static final java.lang.String UPDATE
See Also:
Constant Field Values

DELETE

static final java.lang.String DELETE
See Also:
Constant Field Values

PROCEDURE

static final java.lang.String PROCEDURE
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.