struct

DB::PoolPreparedStatement

Inherits DB::PoolStatement / DB::StatementMethods / Struct / Value / Object

Represents a statement to be executed in any of the connections of the pool. The statement is not be executed in a prepared fashion. The execution of the statement is retried according to the pool configuration.

See PoolStatement

Constructors

new(db : Database, query : String)
Source