Uses of Interface
com.mckoi.database.global.StringAccessor
-
Packages that use StringAccessor Package Description com.mckoi.database.global This package includes database constants such as Types. -
-
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.
-