public class MDBSQLBuilder.DisposableClobs extends java.lang.Object implements Disposable
| Constructor and Description |
|---|
DisposableClobs() |
| Modifier and Type | Method and Description |
|---|---|
java.sql.Clob |
add(byte[] bytes) |
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
public java.sql.Clob add(byte[] bytes)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.
dispose in interface Disposable