Categories

Updated: 07/19/2000

SQL Abstraction Layer (SAL)

SAL provides a set of classes for creating and manipulating SQL statements. This makes it easy to refer to your SQL statements by-name instead of by-value, increasing portability. It also means you do things like have a search form generate SQL (including arbitrary SQL joins) on the fly.
©2019 A--9.com