public interface DataReader extends DataRecord, Closeable
com.bayesserver.data.java.DataReaderCommand| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Close the reader and any associated resources, such as database connections or files. 
 | 
boolean | 
read()
Moves to the next record, if any exist. 
 | 
getBoolean, getColumnCount, getColumnIndex, getColumnName, getColumnType, getDouble, getFloat, getInt, getLong, getObject, getString, isNullboolean read()
true if the reader successfully moved to a new record, or false if no more records are present.void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2021. All rights reserved.