class Pon::Context(T)
- Pon::Context(T)
- Reference
- Object
Defined in:
pon/context.crConstructors
Instance Method Summary
- #all
- #bind(*args, **opts)
- #csv(header : Bool = false, quoting : CSV::Builder::Quoting = :rfc)
- #database : DB::Database
- #database=(v : DB::Database) : DB::Database
-
#database=(v : Nil)
nil
assignments are always ignored - #database? : DB::Database | Nil
- #placeholder : Pon::Placeholder
- #placeholder=(v : Pon::Placeholder) : Pon::Placeholder
-
#placeholder=(v : Nil)
nil
assignments are always ignored - #placeholder? : Pon::Placeholder | Nil
- #scalar
- #sql(*args, **options)
- #sql(*args, **options, &)
- #template(*args, **options)
- #template(*args, **options, &)