com.metamatrix.query.metadata
Class SupportConstants.Element

java.lang.Object
  extended by com.metamatrix.query.metadata.SupportConstants.Element
Enclosing class:
SupportConstants

public static class SupportConstants.Element
extends java.lang.Object


Field Summary
static int AUTO_INCREMENT
           
static int CASE_SENSITIVE
           
static int DEFAULT_VALUE
           
static int NULL
           
static int NULL_UNKNOWN
           
static int SEARCHABLE_COMPARE
           
static int SEARCHABLE_LIKE
           
static int SELECT
           
static int SIGNED
           
static int UPDATE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT

public static final int SELECT
See Also:
Constant Field Values

SEARCHABLE_LIKE

public static final int SEARCHABLE_LIKE
See Also:
Constant Field Values

SEARCHABLE_COMPARE

public static final int SEARCHABLE_COMPARE
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

DEFAULT_VALUE

public static final int DEFAULT_VALUE
See Also:
Constant Field Values

AUTO_INCREMENT

public static final int AUTO_INCREMENT
See Also:
Constant Field Values

CASE_SENSITIVE

public static final int CASE_SENSITIVE
See Also:
Constant Field Values

NULL_UNKNOWN

public static final int NULL_UNKNOWN
See Also:
Constant Field Values

SIGNED

public static final int SIGNED
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.