Class CharacterInput

  • Direct Known Subclasses:
    NullCharacterInput, TempFileCharacterInput

    public abstract class CharacterInput
    extends PersistentDatabaseObject
    This class represents a lightweight length-determined character stream. It is used as a parameter in parameterized queries that use strings. There are no implied semantics in this class around managing the stream itself. These semantics must be handled by a derived class.