pike.git/lib/modules/Sql.pmod/pgsql_util.pmod:215: Inside #if constant(SSL.sslfile)
}
void create(Stdio.File stream, SSL.context ctx) {
rawstream=stream;
std::create(stream,ctx,1,1);
pg::create();
}
}
#endif
+ //! @decl Sql.pgsql_util.pgsql_result
+ //!
+ //! 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]
+
class pgsql_result {
object _pgsqlsess;
private int numrows;
private int eoffound;
private mixed delayederror;
private int copyinprogress;
int _fetchlimit;
int _alltext;