Serialized Form


Package com.hardcode.gdbms.engine.data

Class com.hardcode.gdbms.engine.data.AlreadyClosedException extends java.lang.RuntimeException implements Serializable

Class com.hardcode.gdbms.engine.data.ClosedDataSourceException extends java.lang.RuntimeException implements Serializable

Class com.hardcode.gdbms.engine.data.DataSourceCreationException extends java.lang.Exception implements Serializable

Class com.hardcode.gdbms.engine.data.DataSourceFinalizationException extends java.lang.Exception implements Serializable

Class com.hardcode.gdbms.engine.data.ExecutionException extends java.lang.Exception implements Serializable

Class com.hardcode.gdbms.engine.data.FreeingResourcesException extends java.lang.Exception implements Serializable

Class com.hardcode.gdbms.engine.data.InitializationException extends java.lang.RuntimeException implements Serializable

Class com.hardcode.gdbms.engine.data.NoSuchTableException extends java.lang.Exception implements Serializable

Class com.hardcode.gdbms.engine.data.OutOfTransactionException extends java.lang.RuntimeException implements Serializable

Class com.hardcode.gdbms.engine.data.SyntaxException extends java.lang.RuntimeException implements Serializable

Class com.hardcode.gdbms.engine.data.UnknownTypeException extends java.lang.Exception implements Serializable


Package com.hardcode.gdbms.engine.data.db

Class com.hardcode.gdbms.engine.data.db.DBSource extends java.lang.Object implements Serializable

serialVersionUID: 0L

Serialized Fields

host

java.lang.String host

port

int port

tableName

java.lang.String tableName

user

java.lang.String user

dbName

java.lang.String dbName

password

java.lang.String password

dbms

java.lang.String dbms

Class com.hardcode.gdbms.engine.data.db.DBSpatialSource extends DBSource implements Serializable

serialVersionUID: 0L

Serialized Fields

spatialFieldName

java.lang.String spatialFieldName

Package com.hardcode.gdbms.engine.data.driver

Class com.hardcode.gdbms.engine.data.driver.DriverException extends java.lang.Exception implements Serializable


Package com.hardcode.gdbms.engine.data.indexes

Class com.hardcode.gdbms.engine.data.indexes.CannotCreateIndexException extends DriverException implements Serializable


Package com.hardcode.gdbms.engine.data.indexes.hashMap

Class com.hardcode.gdbms.engine.data.indexes.hashMap.IndexException extends java.lang.Exception implements Serializable


Package com.hardcode.gdbms.engine.data.persistence

Class com.hardcode.gdbms.engine.data.persistence.MementoException extends java.lang.Exception implements Serializable


Package com.hardcode.gdbms.engine.function

Class com.hardcode.gdbms.engine.function.FunctionException extends java.lang.Exception implements Serializable


Package com.hardcode.gdbms.engine.instruction

Class com.hardcode.gdbms.engine.instruction.AmbiguousFieldNameException extends SemanticException implements Serializable

Class com.hardcode.gdbms.engine.instruction.EvaluationException extends java.lang.Exception implements Serializable

Class com.hardcode.gdbms.engine.instruction.FieldNotFoundException extends SemanticException implements Serializable

Class com.hardcode.gdbms.engine.instruction.IncompatibleTypesException extends SemanticException implements Serializable

Class com.hardcode.gdbms.engine.instruction.SemanticException extends java.lang.Exception implements Serializable

Class com.hardcode.gdbms.engine.instruction.TableNotFoundException extends SemanticException implements Serializable


Package com.hardcode.gdbms.engine.internalExceptions

Class com.hardcode.gdbms.engine.internalExceptions.InternalException extends java.lang.Exception implements Serializable


Package com.hardcode.gdbms.engine.values

Class com.hardcode.gdbms.engine.values.BooleanValue extends AbstractValue implements Serializable

Serialized Fields

value

boolean value

Class com.hardcode.gdbms.engine.values.ByteValue extends NumericValue implements Serializable

Serialized Fields

value

byte value

Class com.hardcode.gdbms.engine.values.DateValue extends AbstractValue implements Serializable

Serialized Fields

value

java.sql.Date value

Class com.hardcode.gdbms.engine.values.DoubleValue extends NumericValue implements Serializable

Serialized Fields

value

double value

Class com.hardcode.gdbms.engine.values.FloatValue extends NumericValue implements Serializable

Serialized Fields

value

float value

Class com.hardcode.gdbms.engine.values.IntValue extends NumericValue implements Serializable

Serialized Fields

value

int value

Class com.hardcode.gdbms.engine.values.LongValue extends NumericValue implements Serializable

Serialized Fields

value

long value

Class com.hardcode.gdbms.engine.values.NullValue extends AbstractValue implements Serializable

Class com.hardcode.gdbms.engine.values.NumericValue extends AbstractValue implements Serializable

Class com.hardcode.gdbms.engine.values.ShortValue extends NumericValue implements Serializable

Serialized Fields

value

short value

Class com.hardcode.gdbms.engine.values.StringValue extends AbstractValue implements Serializable

Serialized Fields

value

java.lang.String value

Class com.hardcode.gdbms.engine.values.TimestampValue extends AbstractValue implements Serializable

Serialized Fields

value

java.sql.Timestamp value

Class com.hardcode.gdbms.engine.values.TimeValue extends AbstractValue implements Serializable

Serialized Fields

value

java.sql.Time value

Package com.hardcode.gdbms.parser

Class com.hardcode.gdbms.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.hardcode.gdbms.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.



Copyright © 2005-2006 . All Rights Reserved.