public class StatementAdaptor extends Object
| Constructor and Description |
|---|
StatementAdaptor(Options options) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameters(PreparedStatement ps,
Object[] parameters) |
void |
closeQuietly(ResultSet rs,
org.slf4j.Logger log) |
void |
closeQuietly(Statement s,
org.slf4j.Logger log) |
Object |
nullBytes(byte[] arg) |
Object |
nullClobReader(Reader arg) |
Object |
nullDate(Date arg) |
Object |
nullInputStream(InputStream arg) |
Object |
nullNumeric(Number arg) |
Object |
nullString(String arg) |
public StatementAdaptor(Options options)
public void addParameters(PreparedStatement ps, Object[] parameters) throws SQLException
SQLExceptionpublic Object nullBytes(byte[] arg)
public Object nullInputStream(InputStream arg)
Copyright © 2016. All rights reserved.