Package | Description |
---|---|
com.mckoi.database.global |
This package includes database constants such as
Types.
|
com.mckoi.database.jdbc |
The JDBC interface to Mckoi.
|
Modifier and Type | Method | Description |
---|---|---|
static ByteLongObject |
ObjectTranslator.serialize(java.lang.Object ob) |
Serializes the Java object to a ByteLongObject.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Object |
ObjectTranslator.deserialize(ByteLongObject blob) |
Deserializes a ByteLongObject to a Java object.
|
Modifier and Type | Method | Description |
---|---|---|
ByteLongObject |
SQLQuery.serializeToBlob() |
Serializes an SQLQuery object to a ByteLongObject.
|
Modifier and Type | Method | Description |
---|---|---|
static SQLQuery |
SQLQuery.deserializeFromBlob(ByteLongObject ob) |
Deserializes an SQLQuery object from a ByteLongObject.
|
Copyright © 2018. All rights reserved.