Serialized Form


Package sqlg2

Class sqlg2.SQLGException extends java.lang.RuntimeException implements Serializable


Package sqlg2.db

Class sqlg2.db.ConnectionFactory extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

lw

LocalConnectionFactory lw

watcher

WatcherThread watcher

Class sqlg2.db.DBCommon extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

db

LocalWrapperBase db

Class sqlg2.db.DBInterface extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

lw

sqlg2.db.LocalDBInterface lw

Class sqlg2.db.GBlob extends java.lang.Object implements Serializable

Serialized Fields

data

byte[] data
Always not null.

Class sqlg2.db.GClob extends java.lang.Object implements Serializable

Serialized Fields

data

java.lang.String data
Always not null.

Class sqlg2.db.InformationException extends java.lang.Exception implements Serializable

Serialized Fields

error

boolean error

Class sqlg2.db.OutParameter extends java.lang.Object implements Serializable

Serialized Fields

type

int type

input

java.lang.Object input

output

java.lang.Object output

resultSet

boolean resultSet

Class sqlg2.db.SessionInfo extends java.lang.Object implements Serializable

Serialized Fields

user

java.lang.String user
User login.


host

java.lang.String host
User host name (null for local connection).


sessionId

long sessionId
Unique session identifier.


workingTime

long workingTime
Session working time.


userObject

java.lang.Object userObject
User identifier object.


background

boolean background
true for background process.

Class sqlg2.db.SimpleTransaction extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

lw

sqlg2.db.LocalSimpleTransaction lw

Class sqlg2.db.Transaction extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

lw

sqlg2.db.LocalTransaction lw

Package sqlg2.db.client

Class sqlg2.db.client.HttpConnectionFactory extends sqlg2.db.client.HttpProxy implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException