public interface JDBCResult
Modifier and Type | Method and Description |
---|---|
void |
queryResult(Iterator<net.openhft.chronicle.wire.Marshallable> marshallableList,
String query,
Object... args) |
void |
queryThrown(Throwable t,
String query,
Object... args) |
void |
updateResult(long count,
String update,
Object... args) |
void |
updateThrown(Throwable t,
String update,
Object... args) |
Copyright © 2016. All rights reserved.