- 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
-
Method Details
-
close
Close this field. This method tells field implementation to release all resources allocated when field methods were called.- Throws:
SQLException
- if field cannot be closed.
-