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