Uses of Package
com.mckoi.database.global
-
Packages that use com.mckoi.database.global Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.global This package includes database constants such as Types.com.mckoi.database.jdbc The JDBC interface to Mckoi.com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode. -
Classes in com.mckoi.database.global used by com.mckoi.database Class Description BlobAccessor An interface that provides access to basic information about a BLOB so that we may compare BLOBs implemented in different ways.BlobRef A lightweight interface that is a reference to a blob in a BlobStore.ByteLongObject A byte array that can be transferred between the client and server.ClobRef A reference to a large character object in the database.ColumnDescription This is a description of a column and the data it stores.Ref An interface that represents a reference to a object that isn't stored in main memory.StringAccessor An interface used by the engine to access and process strings.StringObject A concrete implementation of StringAccessor that uses a java.lang.String object.Types The possible types used in the database. -
Classes in com.mckoi.database.global used by com.mckoi.database.global Class Description BlobAccessor An interface that provides access to basic information about a BLOB so that we may compare BLOBs implemented in different ways.ByteLongObject A byte array that can be transferred between the client and server.ColumnDescription This is a description of a column and the data it stores.NullObject Deprecated.do not use.Ref An interface that represents a reference to a object that isn't stored in main memory.StringAccessor An interface used by the engine to access and process strings.StringObject A concrete implementation of StringAccessor that uses a java.lang.String object. -
Classes in com.mckoi.database.global used by com.mckoi.database.jdbc Class Description ByteLongObject A byte array that can be transferred between the client and server.ColumnDescription This is a description of a column and the data it stores.StreamableObject An object that is streamable (such as a long binary object, or a long string object). -
Classes in com.mckoi.database.global used by com.mckoi.database.jdbcserver Class Description ColumnDescription This is a description of a column and the data it stores.Ref An interface that represents a reference to a object that isn't stored in main memory.