public class SQLQueryResult.Row
extends java.lang.Object
Constructor and Description |
---|
SQLQueryResult.Row(java.util.List columnList,
java.util.HashMap columnMap,
java.util.HashMap tableMap) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(int i)
Returns the value of the given column
|
java.lang.String |
get(java.lang.String colName)
Returns the value of the given column
|
java.util.List |
getColumnList() |
java.util.HashMap |
getColumnMap() |
java.lang.Object |
getObject(int i)
Returns the value of the given column as the Java Object
retrieved through the SQL driver.
|
java.lang.Object |
getObject(java.lang.String colName)
Returns the object value of the given column
|
java.lang.String |
getTableName(java.lang.String colName)
Returns the name of table for the given column.
|
public SQLQueryResult.Row(java.util.List columnList, java.util.HashMap columnMap, java.util.HashMap tableMap)
public java.util.List getColumnList()
public java.util.HashMap getColumnMap()
public java.lang.String get(int i)
i
- the index of the column (starts at 0)public java.lang.Object getObject(int i)
i
- the index of the column (starts at 0)public java.lang.String get(java.lang.String colName)
colName
- the name of the columnpublic java.lang.Object getObject(java.lang.String colName)
colName
- the name of the columngetObject(int)
public java.lang.String getTableName(java.lang.String colName)
colName
- the name of the columnCopyright © 2001-2010 Jalios SA. All Rights Reserved.