Uses of Class
com.mckoi.database.global.StringObject
-
Packages that use StringObject Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.global This package includes database constants such as Types. -
-
Uses of StringObject in com.mckoi.database
Methods in com.mckoi.database with parameters of type StringObject Modifier and Type Method Description static 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 StringObject 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.
-