pod
sql
Relational database access
Classes
Col | Col models a column of a relational table. |
Dialect | Dialect encapsulates database specific behaviors for common database functions. |
GenericDialect | GenericDialect is what we use when we don't know the dialect. |
MySqlDialect | MySql database specific dialect. |
Row | Row models a row of a relational table. |
SqlService | SqlService is the interface to a relational database. |
Statement | Statement is an executable statement for a specific database. |
Errs
SqlErr | SqlErr indicates an error from the SQL database driver. |