|
xlang v5.1 Release
程序设计语言基础库文档
|


Public 成员函数 |
| void close | ( | ) |
| int findColumn | ( | String | ) |
| bool first | ( | ) |
| bool getBoolean | ( | int | columnIndex | ) |
| bool getBoolean | ( | String | columnlabel | ) |
| byte getByte | ( | int | columnIndex | ) |
| byte getByte | ( | String | columnlabel | ) |
| int getColumnCount | ( | ) |
| String getColumnName | ( | int | i | ) |
| int getColumnType | ( | int | ) |
| double getDouble | ( | int | columnIndex | ) |
| double getDouble | ( | String | columnlabel | ) |
| float getFloat | ( | int | columnIndex | ) |
| float getFloat | ( | String | columnlabel | ) |
| int getInt | ( | int | columnIndex | ) |
| int getInt | ( | String | columnlabel | ) |
| long getLong | ( | int | columnIndex | ) |
| long getLong | ( | String | columnlabel | ) |
| int getRow | ( | ) |
| long getRowCount | ( | ) |
| String getString | ( | int | columnIndex | ) |
| bool isEof | ( | ) |
| bool isFirst | ( | ) |
| bool isLast | ( | ) |
| bool isValid | ( | ) |
| bool last | ( | ) |
| bool next | ( | ) |
| bool previous | ( | ) |