Improve gradle tasks
This commit is contained in:
@@ -52,4 +52,4 @@ interface Executable {
|
||||
fun exec(sql: String, values: Map<String, Any?>): QueryResult
|
||||
fun sendQuery(sql: String, values: List<Any?> = emptyList()): Int
|
||||
fun sendQuery(sql: String, values: Map<String, Any?>): Int
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user