Uses of Class
com.mckoi.database.global.StringObject
Packages that use StringObject
Package
Description
The core database classes for Mckoi.
This package includes database constants such as
Types.
-
Uses of StringObject in com.mckoi.database
Methods in com.mckoi.database with parameters of type StringObjectModifier and TypeMethodDescriptionstatic TObject
TObject.stringVal
(StringObject str) Returns a TObject of VARCHAR type that represents the given StringObject value. -
Uses of StringObject in com.mckoi.database.global
Methods in com.mckoi.database.global that return StringObjectModifier and TypeMethodDescriptionstatic StringObject
StringObject.fromString
(String str) Static method that returns a StringObject from the given java.lang.String.