Basic Database Commands
Andromeda provides a handful of basic database routines that serve several
purposes. The primary purpose is simply to have efficient routines
that reduce the code you need in your application.
Multi-platform abstraction can always be added later if all basic
SQL commands are wrapped, so this is also a goal, though at this time
Andromeda targets only the Postgres database.
Table of ContentsSQL_ConnPushSQL_ConnPopSQLSQL_Fetch_ArraySQL_Num_RowsSQL_FormatSQLFCSQLFNSQLFDSQLFDTSQL_ESCAPE_STRING
|