Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.database.global |
This package includes database constants such as
Types.
|
Modifier and Type | Method | Description |
---|---|---|
static TObject |
TObject.stringVal(StringObject str) |
Returns a TObject of VARCHAR type that represents the given StringObject
value.
|
Modifier and Type | Method | Description |
---|---|---|
static StringObject |
StringObject.fromString(java.lang.String str) |
Static method that returns a StringObject from the given java.lang.String.
|
Copyright © 2018. All rights reserved.