| 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 and Description |
|---|---|
static ByteLongObject |
ObjectTranslator.serialize(Object ob)
Serializes the Java object to a ByteLongObject.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjectTranslator.deserialize(ByteLongObject blob)
Deserializes a ByteLongObject to a Java object.
|
| Modifier and Type | Method and Description |
|---|---|
ByteLongObject |
SQLQuery.serializeToBlob()
Serializes an SQLQuery object to a ByteLongObject.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLQuery |
SQLQuery.deserializeFromBlob(ByteLongObject ob)
Deserializes an SQLQuery object from a ByteLongObject.
|
Copyright © 2019. All rights reserved.