|
const | Qore::SQL::DSDB2 = "db2" |
| for the "db2" driver
|
|
const | Qore::SQL::DSFreeTDS = "freetds" |
| for the "freetds" driver
|
|
const | Qore::SQL::DSJDBC = "jdbc" |
| for the "jdbc" driver
|
|
const | Qore::SQL::DSMSSQL = "freetds" |
| another constant for the "freetds" driver
|
|
const | Qore::SQL::DSMySQL = "mysql" |
| for the "mysql" driver
|
|
const | Qore::SQL::DSOracle = "oracle" |
| for the "oracle" driver
|
|
const | Qore::SQL::DSPGSQL = "pgsql" |
| for the "pgsql" driver
|
|
const | Qore::SQL::DSSQLite3 = "sqlite3" |
| for the "sqlite3" driver
|
|
const | Qore::SQL::DSSybase = "sybase" |
| for the "sybase" driver
|
|
These are contants that stand for database driver names known to Qore