|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int METADATA_TYPE_ATTRIBUTE
getMetaDataType()
when object type is AttributeMetaData
.
static final int METADATA_TYPE_COLUMN
getMetaDataType()
when object type is ColumnMetaData
.
static final int METADATA_TYPE_FIELD
getMetaDataType()
when object type is FieldMetaData
.
static final int METADATA_TYPE_OPERATION
getMetaDataType()
when object type is OperationMetaData
.
static final int METADATA_TYPE_PROCEDURE
getMetaDataType()
when object type is ProcedureMetaData
.
static final int METADATA_TYPE_RECORDSET
getMetaDataType()
when object type is RecordSetMetaData
.
static final int METADATA_TYPE_VARIABLE
getMetaDataType()
when object type is com.wrq.apptrieve.appconn#VariableMetaData
.
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
int getMetaDataType()
The returned value is one of:
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |