Uses of Class
com.mckoi.database.global.ByteLongObject
Packages that use ByteLongObject
Package
Description
This package includes database constants such as
Types.
The JDBC interface to Mckoi.
-
Uses of ByteLongObject in com.mckoi.database.global
Methods in com.mckoi.database.global that return ByteLongObjectModifier and TypeMethodDescriptionstatic ByteLongObject
Serializes the Java object to a ByteLongObject.Methods in com.mckoi.database.global with parameters of type ByteLongObjectModifier and TypeMethodDescriptionstatic Object
ObjectTranslator.deserialize
(ByteLongObject blob) Deserializes a ByteLongObject to a Java object. -
Uses of ByteLongObject in com.mckoi.database.jdbc
Methods in com.mckoi.database.jdbc that return ByteLongObjectModifier and TypeMethodDescriptionSQLQuery.serializeToBlob()
Serializes an SQLQuery object to a ByteLongObject.Methods in com.mckoi.database.jdbc with parameters of type ByteLongObjectModifier and TypeMethodDescriptionstatic SQLQuery
SQLQuery.deserializeFromBlob
(ByteLongObject ob) Deserializes an SQLQuery object from a ByteLongObject.