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 and Description |
---|---|
static TObject |
TObject.stringVal(StringObject str)
Returns a TObject of VARCHAR type that represents the given StringObject
value.
|
Modifier and Type | Method and Description |
---|---|
static StringObject |
StringObject.fromString(String str)
Static method that returns a StringObject from the given java.lang.String.
|
Copyright © 2015. All rights reserved.