db.postgresql vocabulary
Factor handbook ยป Vocabulary index


Summary
PostgreSQL database connector

Metadata
Authors:Doug Coleman


Words

Tuple classes
ClassSuperclassSlots
no-compound-found tuplestring object
postgresql-db tuplehost port pgopts pgtty database username password
postgresql-result-set result-set
postgresql-statement statement


Generic words
WordStack effect
postgresql-bind-conversion( tuple object -- low-level-binding )


Ordinary words
WordStack effect
<postgresql-db>( -- 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
WordStack effect
no-compound-found?( object -- ? )
postgresql-db?( object -- ? )
postgresql-result-set?( object -- ? )
postgresql-statement?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
db.postgresql.errors
db.postgresql.ffi
db.postgresql.lib


Children
VocabularySummary
db.postgresql.private