public final class TableMode extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
com.alibaba.fastjson.JSONArray |
getData() |
int |
getRowCount() |
com.alibaba.fastjson.JSONObject |
getRowData(int row) |
String |
getValueAt(int arg0,
int arg1) |
Iterator<com.alibaba.fastjson.JSONObject> |
iterator() |
String |
toString() |
public TableMode()
public TableMode(ResultSet rs)
public int getColumnCount()
public int getRowCount()
public String getValueAt(int arg0, int arg1)
public String getColumnName(int column)
public com.alibaba.fastjson.JSONObject getRowData(int row)
public com.alibaba.fastjson.JSONArray getData()
public Iterator<com.alibaba.fastjson.JSONObject> iterator()
Copyright © 2020. All rights reserved.