- All Known Subinterfaces:
- ClobRef
- All Known Implementing Classes:
- StringObject
public interface StringAccessor
An interface used by the engine to access and process strings. This
interface allows us to access the contents of a string that may be
implemented in several different ways. For example, a string may be
represented as a java.lang.String object in memeory, or it may be
represented as an ASCII sequence in a store.
- Author:
- Tobias Downer