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 ByteLongObject
DataCellSerialization. EMPTY_BYTE_LONG_OBJECT
A 0 size ByteLongObject object.Methods in com.mckoi.database that return ByteLongObject Modifier and Type Method Description (package private) ByteLongObject
ViewDef. 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) BlobRef
BlobStore. 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 ByteLongObject
ObjectTranslator. 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.Object
ObjectTranslator. 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 ByteLongObject
MBlob. blob
The 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 ByteLongObject
SQLQuery. 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 SQLQuery
SQLQuery. 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.
-