public class HsqldbDaqNumericReader extends HsqldbDaqAbstractReader<Double> implements NumericReader
| Constructor and Description |
|---|
HsqldbDaqNumericReader(DataSource dataSource,
String table) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getSqlTypeName() |
protected Double |
getValue(ResultSet resultSet,
int index) |
protected void |
setValue(PreparedStatement statement,
int index,
Double value) |
protected byte[] |
toByteArray(Double value) |
close, fetchRecord, fetchRecords, getRecordCount, hash, tagCount, tagsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetchRecord, fetchRecords, hash, tagCount, tagsgetRecordCountclosepublic HsqldbDaqNumericReader(DataSource dataSource, String table)
protected void setValue(PreparedStatement statement, int index, Double value) throws SQLException
setValue in class HsqldbDaqAbstractReader<Double>SQLExceptionprotected Double getValue(ResultSet resultSet, int index) throws SQLException
getValue in class HsqldbDaqAbstractReader<Double>SQLExceptionprotected byte[] toByteArray(@Nonnull Double value)
toByteArray in class HsqldbDaqAbstractReader<Double>protected String getSqlTypeName()
getSqlTypeName in class HsqldbDaqAbstractReader<Double>Copyright © 2012–2017 MARID software development group. All rights reserved.