Uses of Interface
com.mckoi.database.global.ClobRef
-
Packages that use ClobRef Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of ClobRef in com.mckoi.database
Classes in com.mckoi.database that implement ClobRef 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 that return ClobRef Modifier and Type Method Description (package private) ClobRef
BlobStore. putStringInBlobStore(java.lang.String str)
Convenience method that converts the given String into a ClobRef object and pushes it into the given BlobStore object.
-