All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Zql.ZTuple

java.lang.Object
   |
   +----Zql.DataFormat
           |
           +----Zql.ZTuple

public class ZTuple
extends DataFormat

Constructor Index

 o ZTuple()
 o ZTuple(String)
Create a new tuple, given it's column names

Method Index

 o setRow(String)
Set the current tuple's column values.
 o setRow(Vector)
Set the current tuple's column values.

Constructors

 o ZTuple
 public ZTuple()
 o ZTuple
 public ZTuple(String colnames)
Create a new tuple, given it's column names

Parameters:
colnames - Column names separated by commas (,).

Methods

 o setRow
 public void setRow(String row)
Set the current tuple's column values.

Parameters:
row - Column values separated by commas (,).
 o 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