|
|||||||||
| Home >> All >> com >> rohanclan >> ashpool >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.rohanclan.ashpool.core
Class ResultColumn

java.lang.Objectcom.rohanclan.ashpool.core.ResultColumn
- public class ResultColumn
- extends java.lang.Object
This is a column object. An AResultSet object is make up of one or more of these.
| Field Summary | |
java.util.Vector |
columnData
|
java.lang.String |
columnName
|
int |
type
|
| Constructor Summary | |
ResultColumn()
Creates a new instance of resultColumn |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
columnName
public java.lang.String columnName
type
public int type
columnData
public java.util.Vector columnData
| Constructor Detail |
ResultColumn
public ResultColumn()
- Creates a new instance of resultColumn
|
|||||||||
| Home >> All >> com >> rohanclan >> ashpool >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.rohanclan.ashpool.core.ResultColumn