Packages

p

io.vertx.scala

sqlclient

package sqlclient

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Cursor extends AnyRef

    A cursor that reads progressively rows from the database, it is useful for reading very large result sets.

  2. class Pool extends SqlClient

    A pool of SQL connections.

  3. class PoolOptions extends AnyRef

    The options for configuring a connection pool.

  4. class PreparedQuery extends AnyRef

    A prepared query.

  5. class PropertyKind[T] extends AnyRef

    Represents which kind the property is.

  6. class Row extends Tuple

    Represents single row of the result set.

  7. class RowIterator[R] extends AnyRef

    An iterator for processing rows.

  8. class RowSet[R] extends SqlResult[RowSet[R]]

    A set of rows.

  9. class RowStream[T] extends ReadStream[T]

    A row oriented stream.

  10. class SqlClient extends AnyRef

    Defines the client operations with a database server.

  11. abstract class SqlConnectOptions extends NetClientOptions

    Connect options for configuring io.vertx.scala.sqlclient.SqlConnection or io.vertx.scala.sqlclient.Pool.

  12. class SqlConnection extends SqlClient

    A connection to database server.

  13. class SqlResult[T] extends AnyRef

    Represents the result of an operation on database.

  14. class Transaction extends SqlClient

    A transaction that allows to control the transaction and receive events.

  15. class Tuple extends AnyRef

    A general purpose tuple.

Ungrouped