All Packages Class Hierarchy This Package Previous Next Index
Class Zql.ZTuple
java.lang.Object
|
+----Zql.DataFormat
|
+----Zql.ZTuple
- public class ZTuple
- extends DataFormat
-
ZTuple()
-
-
ZTuple(String)
- Create a new tuple, given it's column names
-
setRow(String)
- Set the current tuple's column values.
-
setRow(Vector)
- Set the current tuple's column values.
ZTuple
public ZTuple()
ZTuple
public ZTuple(String colnames)
- Create a new tuple, given it's column names
- Parameters:
- colnames - Column names separated by commas (,).
setRow
public void setRow(String row)
- Set the current tuple's column values.
- Parameters:
- row - Column values separated by commas (,).
setRow
public void setRow(Vector row)
- Set the current tuple's column values.
- Parameters:
- row - A vector of column values.
All Packages Class Hierarchy This Package Previous Next Index