public interface FBFlushableField
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FBFlushableField.CachedObject | 
| Modifier and Type | Method and Description | 
|---|---|
| void | flushCachedData()Flush cached data to the database server. | 
| byte[] | getCachedData()Get cached data. | 
| FBFlushableField.CachedObject | getCachedObject() | 
| void | setCachedObject(FBFlushableField.CachedObject cachedObject) | 
void flushCachedData()
                     throws java.sql.SQLException
java.sql.SQLException - if something went wrong.byte[] getCachedData()
                     throws java.sql.SQLException
java.sql.SQLException - if something went wrong.FBFlushableField.CachedObject getCachedObject() throws java.sql.SQLException
java.sql.SQLExceptionvoid setCachedObject(FBFlushableField.CachedObject cachedObject) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.