|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Metadata
Gets information about the DataSource
Method Summary | |
---|---|
int |
getFieldCount()
|
java.lang.String |
getFieldName(int fieldId)
Gets the name of the specified field |
int |
getFieldType(int fieldId)
Gets the type of the specified field |
java.lang.String[] |
getPrimaryKey()
Gets the names of the primary key fields |
java.lang.Boolean |
isReadOnly(int fieldId)
|
Method Detail |
---|
int getFieldCount() throws DriverException
DriverException
int getFieldType(int fieldId) throws DriverException
fieldId
- index of the field
DriverException
java.lang.String getFieldName(int fieldId) throws DriverException
fieldId
- index of the field
DriverException
java.lang.String[] getPrimaryKey() throws DriverException
DriverException
java.lang.Boolean isReadOnly(int fieldId) throws DriverException
fieldId
- index of the field
DriverException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |