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. -
Classes in com.mckoi.database.global used by com.mckoi.database 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.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.