open class MySQLClient : AsyncSQLClient
Represents an asynchronous MySQL client NOTE: This class has been automatically generated from the io.vertx.ext.asyncsql.MySQLClient non RX-ified interface using Vert.x codegen.
MySQLClient(delegate: MySQLClient) |
static val __TYPE_ARG: TypeArg<MySQLClient> |
open static fun createNonShared(: Vertx, : JsonObject): AsyncSQLClient
Create a MySQL client which maintains its own pool. |
|
open static fun createShared(: Vertx, : JsonObject, : String): AsyncSQLClient
Create a MySQL client which shares its data source with any other MySQL clients created with the same data source name open static fun createShared(: Vertx, : JsonObject): AsyncSQLClient
Like |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): MySQLClient |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: MySQLClient): MySQLClient |
|
open fun querySingle(sql: String, handler: Handler<AsyncResult<JsonArray>>): SQLOperations |
|
open fun querySingleWithParams(sql: String, arguments: JsonArray, handler: Handler<AsyncResult<JsonArray>>): SQLOperations |
|
open fun rxQuerySingle(sql: String): Maybe<JsonArray> |
|
open fun rxQuerySingleWithParams(sql: String, arguments: JsonArray): Maybe<JsonArray> |
|
open fun toString(): String |