pg95-exec-command
Name
pg95-exec-command -- Execute a command against the database.
Type: function
Synopsis
pg95-exec-command
( cnxn command, result);
Arguments
- cnxn
An instance of <pg95-connection>
- command
An instance of <string>
Return Values
- result
An instance of <object>
Description
This function executes a command (as opposed to a query) against the
database. Common commands are things like "create table" and "insert into".
The value returned is either an integer object id, in the case of
insertions, or #f.