Uses of Package
io.vertx.mutiny.sqlclient
Packages that use io.vertx.mutiny.sqlclient
Package
Description
-
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.db2clientClassDescriptionBuilder for
SqlClient
instances.A connection pool which reuses a number of SQL connections.A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.Defines common SQL client operations with a database server.A connection to the database server. -
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.ext.auth.sqlclient
-
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.jdbcclientClassDescriptionA connection pool which reuses a number of SQL connections.The kind of the property, this can be used to fetch some specific property of the
execution result
.A single row of theexecution result rowset
.Defines common SQL client operations with a database server. -
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.mssqlclientClassDescriptionBuilder for
SqlClient
instances.A connection pool which reuses a number of SQL connections.A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.Defines common SQL client operations with a database server.A connection to the database server. -
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.mysqlclientClassDescriptionBuilder for
SqlClient
instances.A connection pool which reuses a number of SQL connections.A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.The kind of the property, this can be used to fetch some specific property of theexecution result
.Defines common SQL client operations with a database server.A connection to the database server. -
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.oracleclientClassDescriptionBuilder for
SqlClient
instances.A connection pool which reuses a number of SQL connections.A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.The kind of the property, this can be used to fetch some specific property of theexecution result
.A single row of theexecution result rowset
.Defines common SQL client operations with a database server.A connection to the database server. -
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.pgclientClassDescriptionBuilder for
SqlClient
instances.A connection pool which reuses a number of SQL connections.A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.Defines common SQL client operations with a database server.A connection to the database server. -
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.sqlclientClassDescriptionBuilder for
SqlClient
instances.A cursor that reads progressively rows from the database, it is useful for reading very large result sets.A connection pool which reuses a number of SQL connections.A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.The kind of the property, this can be used to fetch some specific property of theexecution result
.A query.A single row of theexecution result rowset
.An iterator for processing rows.The execution result of the row set of a query provided as
, commonly used as aRowSet
.A row oriented stream.Defines common SQL client operations with a database server.A connection to the database server.An interface that represents the execution result of an operation on the database server.A transaction.A general purpose tuple. -
Classes in io.vertx.mutiny.sqlclient used by io.vertx.mutiny.sqlclient.templatesClassDescriptionA single row of the
execution result rowset
.The execution result of the row set of a query provided as
, commonly used as aRowSet
.Defines common SQL client operations with a database server.An interface that represents the execution result of an operation on the database server.A general purpose tuple.