Main Page | Class Hierarchy | Compound List | Compound Members | Related Pages

SQLite.Query Class Reference

List of all members.

Detailed Description

A query matrix output from the query () method.


Public Member Functions

int colIndex (char[] name)
 Return the column index with this name.

char[] colName (int index)
 Return the name of a column.

int colMaximumLength (int index)
 Return the maximum length in characters of a column.

int colMaximumQuotedLength (int index)
 Return the maximum length in characters of the quoted column.

char[] cell (int row, int col)
 Return a cell from the matrix.

char[][] row (int index)
 Return a row from the matrix using zero-based indexing.

char[][] col (int index)
 Return a cell from the matrix using zero-based indexing.

void print ()

Public Attributes

uint rows
 The number of rows in the matrix.

uint cols
 The number of columns in the matrix.

char[][] names
 The column names.

char[][][] data
 Data in the matrix in [row] [col] order.


Member Function Documentation

char [] SQLite.Query.cell int  row,
int  col
 

Return a cell from the matrix.

char [][] SQLite.Query.col int  index  ) 
 

Return a cell from the matrix using zero-based indexing.

int SQLite.Query.colIndex charname  []  ) 
 

Return the column index with this name.

If it cannot be found it throws an error.

int SQLite.Query.colMaximumLength int  index  ) 
 

Return the maximum length in characters of a column.

int SQLite.Query.colMaximumQuotedLength int  index  ) 
 

Return the maximum length in characters of the quoted column.

char [] SQLite.Query.colName int  index  ) 
 

Return the name of a column.

char [][] SQLite.Query.row int  index  ) 
 

Return a row from the matrix using zero-based indexing.


Member Data Documentation

uint SQLite.Query.cols
 

The number of columns in the matrix.

char [][][] SQLite.Query.data
 

Data in the matrix in [row] [col] order.

char [][] SQLite.Query.names
 

The column names.

uint SQLite.Query.rows
 

The number of rows in the matrix.


The documentation for this class was generated from the following file:
Generated on Thu Jul 31 08:40:54 2003 for sqlite by doxygen 1.3.2