org.edg.info
Interface ODPXMLConstants

All Known Implementing Classes:
ODPXMLParser

public interface ODPXMLConstants

Constants for the XML parser.


Field Summary
static int EXCEPTION
          Object type: Exception.
static java.lang.String ODPEXCEPTION
          XML token that represents the <XMLException> element.
static java.lang.String ODPRESULTSET
          XML token that represents the <XMLResultSet> element.
static int RESULTSET
          Object type: ResultSet.
static java.lang.String RS_COLUMNMETADATA
          XML token that represents the 'metadata/column' element.
static java.lang.String RS_COLUMNMETADATA_NAME
          XML token that represents the 'metadata/column/name' element.
static java.lang.String RS_COLUMNMETADATA_TABLE
          XML token that represents the 'metadata/column/table' element.
static java.lang.String RS_COLUMNMETADATA_TYPE
          XML token that represents the 'metadata/column/type' element.
static java.lang.String RS_ENDOFRESULTS
          XML token that represents the 'endOfResults' attribute.
static java.lang.String RS_RGMAWARNING_MESSAGE
          XML token that represents the <message> element.
static java.lang.String RS_ROW
          XML token that represents the <row> element.
static java.lang.String RS_ROW_COL
          XML token that represents the <col> element.
static java.lang.String TYPE_RGMA_EXCEPTION
          Exception type: RGMAException.
static java.lang.String TYPE_UNKNOWN_RESOURCE_EXCEPTION
          Exception type: UnknownResourceException.
 

Field Detail

RS_ROW_COL

public static final java.lang.String RS_ROW_COL
XML token that represents the <col> element.

See Also:
Constant Field Values

RS_ROW

public static final java.lang.String RS_ROW
XML token that represents the <row> element.

See Also:
Constant Field Values

RS_RGMAWARNING_MESSAGE

public static final java.lang.String RS_RGMAWARNING_MESSAGE
XML token that represents the <message> element.

See Also:
Constant Field Values

ODPEXCEPTION

public static final java.lang.String ODPEXCEPTION
XML token that represents the <XMLException> element.

See Also:
Constant Field Values

ODPRESULTSET

public static final java.lang.String ODPRESULTSET
XML token that represents the <XMLResultSet> element.

See Also:
Constant Field Values

RS_ENDOFRESULTS

public static final java.lang.String RS_ENDOFRESULTS
XML token that represents the 'endOfResults' attribute.

See Also:
Constant Field Values

RS_COLUMNMETADATA

public static final java.lang.String RS_COLUMNMETADATA
XML token that represents the 'metadata/column' element.

See Also:
Constant Field Values

RS_COLUMNMETADATA_NAME

public static final java.lang.String RS_COLUMNMETADATA_NAME
XML token that represents the 'metadata/column/name' element.

See Also:
Constant Field Values

RS_COLUMNMETADATA_TYPE

public static final java.lang.String RS_COLUMNMETADATA_TYPE
XML token that represents the 'metadata/column/type' element.

See Also:
Constant Field Values

RS_COLUMNMETADATA_TABLE

public static final java.lang.String RS_COLUMNMETADATA_TABLE
XML token that represents the 'metadata/column/table' element.

See Also:
Constant Field Values

EXCEPTION

public static final int EXCEPTION
Object type: Exception.

See Also:
Constant Field Values

RESULTSET

public static final int RESULTSET
Object type: ResultSet.

See Also:
Constant Field Values

TYPE_RGMA_EXCEPTION

public static final java.lang.String TYPE_RGMA_EXCEPTION
Exception type: RGMAException.

See Also:
Constant Field Values

TYPE_UNKNOWN_RESOURCE_EXCEPTION

public static final java.lang.String TYPE_UNKNOWN_RESOURCE_EXCEPTION
Exception type: UnknownResourceException.

See Also:
Constant Field Values