| Constructor and Description |
|---|
ValueWriter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
writeValue(OutputStream os,
Object value) |
abstract void |
writeValue(PreparedStatement st,
Object value,
int index) |
public abstract void writeValue(OutputStream os, Object value) throws IOException
IOExceptionpublic abstract void writeValue(PreparedStatement st, Object value, int index) throws SQLException
SQLExceptionCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.