public class SQLResults extends Object implements Serializable
Constructor and Description |
---|
SQLResults() |
SQLResults(List<SQLColumnInfo> columnsInfo,
List<SQLRow> rows) |
Modifier and Type | Method and Description |
---|---|
void |
addSQLColumnInfo(SQLColumnInfo colInfo) |
void |
addSQLRow(SQLRow row) |
boolean |
equals(Object obj) |
List<SQLColumnInfo> |
getColumnsInfo() |
String |
getErrors() |
String |
getMessages() |
List<SQLRow> |
getRows() |
SQLRow[] |
getRowsTab() |
boolean |
hasErrors() |
int |
hashCode() |
void |
setColumnsInfo(List<SQLColumnInfo> columnsInfo) |
void |
setErrors(String errors) |
void |
setMessages(String messages) |
void |
setRows(List<SQLRow> rows) |
public SQLResults()
public SQLResults(List<SQLColumnInfo> columnsInfo, List<SQLRow> rows)
public List<SQLColumnInfo> getColumnsInfo()
public void setColumnsInfo(List<SQLColumnInfo> columnsInfo)
public SQLRow[] getRowsTab()
public String getErrors()
public void setErrors(String errors)
public String getMessages()
public void setMessages(String messages)
public void addSQLRow(SQLRow row)
public void addSQLColumnInfo(SQLColumnInfo colInfo)
public boolean hasErrors()
Copyright © 2016. All rights reserved.