com.metamatrix.dqp.metadata
Interface ResultsMetadataConstants


public interface ResultsMetadataConstants

This constants in this class indicate the column positions of different metadata columns in queries against Runtime metadata. These constants are used in ResultsMetadataImpl object and in the JDBC driver to obtain column specific metadata information.


Nested Class Summary
static class ResultsMetadataConstants.NULL_TYPES
          These types are associated with a DataType or an Element needing the indication of null types.
static class ResultsMetadataConstants.SEARCH_TYPES
          These types are associated with the Element having valid search types.
 
Field Summary
static java.lang.Integer AUTO_INCREMENTING
           
static java.lang.Integer CASE_SENSITIVE
           
static java.lang.Integer CURRENCY
           
static java.lang.Integer DATA_TYPE
           
static java.lang.Integer DISPLAY_SIZE
           
static java.lang.Integer ELEMENT_LABEL
           
static java.lang.Integer ELEMENT_NAME
           
static java.lang.Integer GROUP_NAME
           
static java.lang.Integer NULLABLE
           
static java.lang.Integer PRECISION
           
static java.lang.Integer RADIX
           
static java.lang.Integer SCALE
           
static java.lang.Integer SEARCHABLE
           
static java.lang.Integer SIGNED
           
static java.lang.Integer VIRTUAL_DATABASE_NAME
           
static java.lang.Integer VIRTUAL_DATABASE_VERSION
           
static java.lang.Integer WRITABLE
           
 

Field Detail

VIRTUAL_DATABASE_NAME

static final java.lang.Integer VIRTUAL_DATABASE_NAME

VIRTUAL_DATABASE_VERSION

static final java.lang.Integer VIRTUAL_DATABASE_VERSION

GROUP_NAME

static final java.lang.Integer GROUP_NAME

ELEMENT_NAME

static final java.lang.Integer ELEMENT_NAME

ELEMENT_LABEL

static final java.lang.Integer ELEMENT_LABEL

DATA_TYPE

static final java.lang.Integer DATA_TYPE

PRECISION

static final java.lang.Integer PRECISION

RADIX

static final java.lang.Integer RADIX

SCALE

static final java.lang.Integer SCALE

AUTO_INCREMENTING

static final java.lang.Integer AUTO_INCREMENTING

CASE_SENSITIVE

static final java.lang.Integer CASE_SENSITIVE

NULLABLE

static final java.lang.Integer NULLABLE

SEARCHABLE

static final java.lang.Integer SEARCHABLE

SIGNED

static final java.lang.Integer SIGNED

WRITABLE

static final java.lang.Integer WRITABLE

CURRENCY

static final java.lang.Integer CURRENCY

DISPLAY_SIZE

static final java.lang.Integer DISPLAY_SIZE


Copyright © 2009. All Rights Reserved.