Package org.firebirdsql.jdbc.field
Interface FBCloseableField
-
- All Known Implementing Classes:
FBLongVarCharField
public interface FBCloseableField
Instances of this field have open resources and must be cleaned up.- Since:
- 5
- Author:
- Vasiliy Yashkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Close this field.
-