Class FBLongVarCharField

java.lang.Object
org.firebirdsql.jdbc.field.FBField
org.firebirdsql.jdbc.field.FBLongVarCharField
All Implemented Interfaces:
BlobListenableField, FBCloseableField, FBFlushableField, TrimmableField

public class FBLongVarCharField extends FBField implements FBCloseableField, FBFlushableField, BlobListenableField
This is Blob-based implementation of FBStringField. It should be used for fields declared in database as BLOB SUB_TYPE 1. This implementation provides all conversion routines FBStringField has.
Author:
Roman Rokytskyy, Mark Rotteveel