package sqlclient
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Cursor extends AnyRef
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
-
class
Pool extends SqlClient
A pool of SQL connections.
-
class
PoolOptions extends AnyRef
The options for configuring a connection pool.
-
class
PreparedQuery extends AnyRef
A prepared query.
-
class
PropertyKind[T] extends AnyRef
Represents which kind the property is.
-
class
Row extends Tuple
Represents single row of the result set.
-
class
RowIterator[R] extends AnyRef
An iterator for processing rows.
-
class
RowSet[R] extends SqlResult[RowSet[R]]
A set of rows.
-
class
RowStream[T] extends ReadStream[T]
A row oriented stream.
-
class
SqlClient extends AnyRef
Defines the client operations with a database server.
-
abstract
class
SqlConnectOptions extends NetClientOptions
Connect options for configuring io.vertx.scala.sqlclient.SqlConnection or io.vertx.scala.sqlclient.Pool.
-
class
SqlConnection extends SqlClient
A connection to database server.
-
class
SqlResult[T] extends AnyRef
Represents the result of an operation on database.
-
class
Transaction extends SqlClient
A transaction that allows to control the transaction and receive events.
-
class
Tuple extends AnyRef
A general purpose tuple.
Value Members
- object Cursor
- object Pool
- object PoolOptions
- object PreparedQuery
- object PropertyKind
- object Row
- object RowIterator
- object RowSet
- object RowStream
- object SqlClient
- object SqlConnection
- object SqlResult
- object Transaction
- object Tuple