Uses of Class
com.mckoi.database.global.ByteLongObject
-
Packages that use ByteLongObject Package Description 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.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
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.
-