pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql_util.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql_util.pmod:473:
} }; //! The result object returned by @[Sql.pgsql()->big_query()], except for //! the noted differences it behaves the same as @[Sql.sql_result]. //! //! @seealso //! @[Sql.sql_result], @[Sql.pgsql], @[Sql.Sql], @[Sql.pgsql()->big_query()] class sql_result {
+
inherit __builtin.Sql.Result;
+
private object pgsqlsess; private int eoffound; private conxion c; private conxiin cr; final mixed _delayederror; final int _state; final int _fetchlimit; private int alltext; final int _forcetext;