use sendQuery if no return is expected
This commit is contained in:
@@ -49,4 +49,6 @@ interface EmbedExecutable {
|
||||
|
||||
fun exec(values: List<Any?> = emptyList()): QueryResult
|
||||
fun exec(values: Map<String, Any?>): QueryResult
|
||||
fun sendQuery(values: List<Any?> = emptyList()): Int
|
||||
fun sendQuery(values: Map<String, Any?>): Int
|
||||
}
|
||||
Reference in New Issue
Block a user