Uses of Interface
com.mckoi.database.global.StringAccessor
-
Packages that use StringAccessor 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 StringAccessor in com.mckoi.database
Classes in com.mckoi.database that implement StringAccessor Modifier and Type Class Description private class
BlobStore.ClobRefImpl
An implementation of ClobRef used to represent a reference to a large character object inside this blob store.Methods in com.mckoi.database with parameters of type StringAccessor Modifier and Type Method Description private int
TStringType. lexicographicalOrder(StringAccessor str1, StringAccessor str2)
An implementation of a lexicographical compareTo operation on a StringAccessor object. -
Uses of StringAccessor in com.mckoi.database.global
Subinterfaces of StringAccessor in com.mckoi.database.global Modifier and Type Interface Description interface
ClobRef
A reference to a large character object in the database.Classes in com.mckoi.database.global that implement StringAccessor Modifier and Type Class Description class
StringObject
A concrete implementation of StringAccessor that uses a java.lang.String object.
-