xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数
ResultSet接口 参考
类 ResultSet 继承关系图:
AdoConnector.AdoResultSet Mysql.MysqlResultSet SQLCipher.SQLCipherResultSet Sqlite.SqliteResultSet

Public 成员函数

详细描述

在文件 xsql.xcs268 行定义.

成员函数说明

◆ close()

void close ( )

◆ findColumn()

int findColumn ( String  )

◆ first()

bool first ( )

◆ getBoolean() [1/2]

bool getBoolean ( int  columnIndex)

◆ getBoolean() [2/2]

bool getBoolean ( String  columnlabel)

◆ getByte() [1/2]

byte getByte ( int  columnIndex)

◆ getByte() [2/2]

byte getByte ( String  columnlabel)

◆ getColumnCount()

int getColumnCount ( )

◆ getColumnName()

String getColumnName ( int  i)

◆ getDouble() [1/2]

double getDouble ( int  columnIndex)

◆ getDouble() [2/2]

double getDouble ( String  columnlabel)

◆ getInt() [1/2]

int getInt ( int  columnIndex)

◆ getInt() [2/2]

int getInt ( String  columnlabel)

◆ getLong() [1/2]

long getLong ( int  columnIndex)

◆ getLong() [2/2]

long getLong ( String  columnlabel)

◆ getRow()

int getRow ( )

◆ getRowCount()

long getRowCount ( )

◆ getString() [1/2]

String getString ( int  columnIndex)

◆ getString() [2/2]

String getString ( String  columnlabel)

◆ isEof()

bool isEof ( )

◆ isFirst()

bool isFirst ( )

◆ isLast()

bool isLast ( )

◆ isValid()

bool isValid ( )

◆ last()

bool last ( )

◆ next()

bool next ( )

◆ previous()

bool previous ( )