com.wrq.apptrieve.appconn
Interface AppConnMetaData

All Known Implementing Classes:
AttributeMetaData, ColumnMetaData, FieldMetaData, OperationMetaData, ProcedureMetaData, RecordSetMetaData

public interface AppConnMetaData

AppConnMetaData is the base interface for all metadata information classes in the appconn package.


Field Summary
static int METADATA_TYPE_ATTRIBUTE
          Return value from getMetaDataType() when object type is AttributeMetaData.
static int METADATA_TYPE_COLUMN
          Return value from getMetaDataType() when object type is ColumnMetaData.
static int METADATA_TYPE_FIELD
          Return value from getMetaDataType() when object type is FieldMetaData.
static int METADATA_TYPE_OPERATION
          Return value from getMetaDataType() when object type is OperationMetaData.
static int METADATA_TYPE_PROCEDURE
          Return value from getMetaDataType() when object type is ProcedureMetaData.
static int METADATA_TYPE_RECORDSET
          Return value from getMetaDataType() when object type is RecordSetMetaData.
static int METADATA_TYPE_VARIABLE
          Return value from getMetaDataType() when object type is com.wrq.apptrieve.appconn#VariableMetaData.
 
Method Summary
 java.lang.String getDescription()
          Gets the description for the column.
 int getMetaDataType()
          Gets the meta data type for this object.
 java.lang.String getName()
          Get the name of the column.
 

Field Detail

METADATA_TYPE_ATTRIBUTE

static final int METADATA_TYPE_ATTRIBUTE
Return value from getMetaDataType() when object type is AttributeMetaData.

See Also:
Constant Field Values

METADATA_TYPE_COLUMN

static final int METADATA_TYPE_COLUMN
Return value from getMetaDataType() when object type is ColumnMetaData.

See Also:
Constant Field Values

METADATA_TYPE_FIELD

static final int METADATA_TYPE_FIELD
Return value from getMetaDataType() when object type is FieldMetaData.

See Also:
Constant Field Values

METADATA_TYPE_OPERATION

static final int METADATA_TYPE_OPERATION
Return value from getMetaDataType() when object type is OperationMetaData.

See Also:
Constant Field Values

METADATA_TYPE_PROCEDURE

static final int METADATA_TYPE_PROCEDURE
Return value from getMetaDataType() when object type is ProcedureMetaData.

See Also:
Constant Field Values

METADATA_TYPE_RECORDSET

static final int METADATA_TYPE_RECORDSET
Return value from getMetaDataType() when object type is RecordSetMetaData.

See Also:
Constant Field Values

METADATA_TYPE_VARIABLE

static final int METADATA_TYPE_VARIABLE
Return value from getMetaDataType() when object type is com.wrq.apptrieve.appconn#VariableMetaData.

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Get the name of the column.

Returns:
String

getDescription

java.lang.String getDescription()
Gets the description for the column.

Returns:
String

getMetaDataType

int getMetaDataType()
Gets the meta data type for this object.

The returned value is one of:

Returns:
int - the metadata type