Uses of Class
com.mckoi.database.global.ByteLongObject
-
Packages that use ByteLongObject 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. -
-
Uses of ByteLongObject in com.mckoi.database
Fields in com.mckoi.database declared as ByteLongObject Modifier and Type Field Description private static ByteLongObjectDataCellSerialization. EMPTY_BYTE_LONG_OBJECTA 0 size ByteLongObject object.Methods in com.mckoi.database that return ByteLongObject Modifier and Type Method Description (package private) ByteLongObjectViewDef. serializeToBlob()Forms this ViewDef object into a serialized ByteLongObject object that can be stored in a table.Methods in com.mckoi.database with parameters of type ByteLongObject Modifier and Type Method Description (package private) BlobRefBlobStore. putByteLongObjectInBlobStore(ByteLongObject blob)Convenience method that converts the given ByteLongObject into a BlobRef object and pushes it into the given BlobStore object. -
Uses of ByteLongObject in com.mckoi.database.global
Methods in com.mckoi.database.global that return ByteLongObject Modifier and Type Method Description static ByteLongObjectObjectTranslator. serialize(java.lang.Object ob)Serializes the Java object to a ByteLongObject.Methods in com.mckoi.database.global with parameters of type ByteLongObject Modifier and Type Method Description static java.lang.ObjectObjectTranslator. deserialize(ByteLongObject blob)Deserializes a ByteLongObject to a Java object. -
Uses of ByteLongObject in com.mckoi.database.jdbc
Fields in com.mckoi.database.jdbc declared as ByteLongObject Modifier and Type Field Description private ByteLongObjectMBlob. blobThe ByteLongObject that is a container for the data in this blob.Methods in com.mckoi.database.jdbc that return ByteLongObject Modifier and Type Method Description ByteLongObjectSQLQuery. serializeToBlob()Serializes an SQLQuery object to a ByteLongObject.Methods in com.mckoi.database.jdbc with parameters of type ByteLongObject Modifier and Type Method Description static SQLQuerySQLQuery. deserializeFromBlob(ByteLongObject ob)Deserializes an SQLQuery object from a ByteLongObject.Constructors in com.mckoi.database.jdbc with parameters of type ByteLongObject Constructor Description MBlob(ByteLongObject blob)Constructs the blob.
-