Skip to content
Snippets Groups Projects
  • Maksim Kaitmazian's avatar
    3521184b
    feat: add portal/statement storages · 3521184b
    Maksim Kaitmazian authored
    This commit introduces:
     * statement and portal storages;
     * statements with parameter oids;
     * portal encoding;
     * interactive portals;
    
    Portal encoding defines in which format (binary or text) columns
    are returned.
    
    Interactive portals allow to limit the number of rows returned from
    execute method. Other rows can be extracted by calling execute again
    on the same portal.
    3521184b
    History
    feat: add portal/statement storages
    Maksim Kaitmazian authored
    This commit introduces:
     * statement and portal storages;
     * statements with parameter oids;
     * portal encoding;
     * interactive portals;
    
    Portal encoding defines in which format (binary or text) columns
    are returned.
    
    Interactive portals allow to limit the number of rows returned from
    execute method. Other rows can be extracted by calling execute again
    on the same portal.