Serialized Form


Package AsciiDatabase

Class AsciiDatabase.ColumnOption implements Serializable

Serialized Fields

type

char type
option type (one of: a,d,m,n,F,Y)

nval

double nval
numeric value need by option

nvalvalid

boolean nvalvalid

sval

String sval
string value need by option

Class AsciiDatabase.ColumnProperties implements Serializable

Serialized Fields

name

String name
name of column

type

int type
SQL type of column

size

int size
size of column (for VARCHAR column only)

Class AsciiDatabase.RowId implements Serializable

Serialized Fields

file

int file

offset

long offset

source

int source

Class AsciiDatabase.RowOption implements Serializable

Class AsciiDatabase.RowOption_select implements Serializable

Serialized Fields

offset

int offset
offset of data to check

text

String text
text to look for

Class AsciiDatabase.RowOption_skip implements Serializable

Serialized Fields

offset

int offset
offset of data to check

text

String text
text to look for

Class AsciiDatabase.SourceProperties implements Serializable

Serialized Fields

type

int type
SQL type of input data

size

int size
size of input field

offset

int offset
offset of field within record

options

ColumnOption[] options
options to apply to column


Package ModSQL

Class ModSQL.DatabaseException implements Serializable

Class ModSQL.EndOfTable implements Serializable

Serialized Fields

reader

TableReader reader
TableReader responsible to table.

Class ModSQL.IndexTableEntry implements Serializable

Serialized Fields

data

Object data
Column value.

rows

IndexTableRowset rows
Rows that have the specified column value.

Class ModSQL.IndexTableRowset implements Serializable

Serialized Fields

rowid

Object[] rowid
Array of rowids.

count

long[] count
Array of counts (number of rows beginning with rowid).

Class ModSQL.SQLExceptionWithCause implements Serializable

Serialized Fields

cause

Throwable cause
Cause of exception.