org.teiid.connector.metadata.runtime
Class MetadataConstants.COLUMN_SET_TYPES

java.lang.Object
  extended by org.teiid.connector.metadata.runtime.MetadataConstants.COLUMN_SET_TYPES
Enclosing class:
MetadataConstants

public static final class MetadataConstants.COLUMN_SET_TYPES
extends java.lang.Object

These types indicate the type of COLUMN_SET it is. The values must be kept consistent with the values referenced in KeyTypeEnumeration.properties in connector.metadata


Field Summary
static short ACCESS_PATTERN
           
static short FOREIGN_KEY
           
static short INDEX
           
static short PROCEDURE_RESULT
           
static short TABLE
           
static java.lang.String[] TYPE_NAMES
           
static short UNIQUE_KEY
           
 
Constructor Summary
MetadataConstants.COLUMN_SET_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FOREIGN_KEY

public static final short FOREIGN_KEY
See Also:
Constant Field Values

UNIQUE_KEY

public static final short UNIQUE_KEY
See Also:
Constant Field Values

ACCESS_PATTERN

public static final short ACCESS_PATTERN
See Also:
Constant Field Values

INDEX

public static final short INDEX
See Also:
Constant Field Values

PROCEDURE_RESULT

public static final short PROCEDURE_RESULT
See Also:
Constant Field Values

TABLE

public static final short TABLE
See Also:
Constant Field Values

TYPE_NAMES

public static final java.lang.String[] TYPE_NAMES
Constructor Detail

MetadataConstants.COLUMN_SET_TYPES

public MetadataConstants.COLUMN_SET_TYPES()


Copyright © 2009. All Rights Reserved.