xlang v4.0 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 | ) |
double getDouble | ( | int | columnIndex | ) |
double getDouble | ( | 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 | ( | ) |