abstract class DB::PoolStatement
- DB::PoolStatement
 - Reference
 - Object
 
Overview
When a statement is to be executed in a DB that has a connection pool a statement from the DB needs to be able to represent a statement in any of the connections of the pool. Otherwise the user will need to deal with actual connections in some point.
Included Modules
Direct Known Subclasses
Defined in:
db/pool_statement.crClass Method Summary
Instance Method Summary
- #exec(args : Array) : ExecResult
 - #exec : ExecResult
 - #exec(*args) : ExecResult
 - #query(args : Array) : ResultSet
 - #query : ResultSet
 - #query(*args) : ResultSet
 - #scalar(*args)
 
Instance methods inherited from module DB::StatementMethods
  
  
    
      exec(args : Array) : ExecResultexec : ExecResult
exec(*args) : ExecResult exec, query(*args, &block)
query(args : Array) : ResultSet
query : ResultSet
query(*args) : ResultSet query, scalar(*args) scalar