Classes, interfaces and traits
Cursor¶
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
« More »
PoolOptions¶
The options for configuring a connection pool.
« More »
RowIterator¶
An iterator for processing rows.
« 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 »