db.postgresql vocabulary - Factor Documentation (original) (raw)

db.postgresql vocabulary
Factor handbook » Vocabulary index

Summary
PostgreSQL database connector

Metadata

Parents: db
Authors: Doug Coleman

Words

Tuple classes

Class Superclass Slots
no-compound-found tuple string object
postgresql-db tuple host port pgopts pgtty database username password
postgresql-result-set result-set
postgresql-statement statement

Generic words

Word Stack effect
postgresql-bind-conversion ( tuple object -- low-level-binding )

Ordinary words

Word Stack effect
( -- postgresql-db )
bind-name% ( -- )
create-function-sql ( class -- statement )
create-table-sql ( class -- statement )
drop-function-sql ( class -- statement )
drop-table-sql ( table -- statement )
no-compound-found ( string object -- * )
result-handle-n ( result-set -- handle n )

Class predicate words

Word Stack effect
no-compound-found? ( object -- ? )
postgresql-db? ( object -- ? )
postgresql-result-set? ( object -- ? )
postgresql-statement? ( object -- ? )

Files

resource:basis/db/postgresql/postgresql.factor
resource:basis/db/postgresql/postgresql-tests.factor

Metadata files

resource:basis/db/postgresql/authors.txt
resource:basis/db/postgresql/summary.txt

Children from resource:basis

Vocabulary Summary
db.postgresql.errors
db.postgresql.ffi
db.postgresql.lib