public interface JDBCResult
Modifier and Type | Method and Description |
---|---|
void |
queryResult(List<String> columns,
List<List<Object>> rows,
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 © 2020. All rights reserved.