PGConnection.executeRow

Shorthand methods using temporary PGCommand. Semantics is the same as PGCommand's.

  1. ulong executeNonQuery(string query)
  2. PGResultSet!Specs executeQuery(string query)
  3. DBRow!Specs executeRow(string query, bool throwIfMoreRows = true)
    class PGConnection
    DBRow!Specs
    executeRow
    (
    Specs...
    )
    (
    string query
    ,
    bool throwIfMoreRows = true
    )
  4. T executeScalar(string query, bool throwIfMoreRows = true)

Meta