Classes, interfaces and traits

Cursor

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

« More »

Pool

A pool of SQL connections.

« More »

PoolOptions

The options for configuring a connection pool.

« More »

PreparedQuery

A prepared query.

« More »

RowIterator

An iterator for processing rows.

« More »

RowSet

A set of rows.

« More »

RowStream

A row oriented stream.

« More »

SqlClient

Defines the client operations with a database server.

« More »

SqlConnection

A connection to database server.

« More »

SqlConnectOptions

Connect options for configuring @see \io\vertx\jphp\sqlclient\SqlConnection or @see \io\vertx\jphp\sqlclient\Pool.

« More »

SqlResult

Represents the result of an operation on database.

« More »

Transaction

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

« More »

Tuple

A general purpose tuple.

« More »