Select Git revision
oracle.pike
Martin Stjernholm authored
no identifiers instead, like all other optional modules. This is partly to make runtime detection of the support easier, and partly to be able to use tighter error handling when modules are dumped. Rev: lib/modules/Sql.pmod/msql.pike:1.13 Rev: lib/modules/Sql.pmod/mysql.pike:1.17 Rev: lib/modules/Sql.pmod/odbc.pike:1.11 Rev: lib/modules/Sql.pmod/oracle.pike:1.7 Rev: lib/modules/Sql.pmod/postgres.pike:1.18 Rev: lib/modules/Sql.pmod/sybase.pike:1.7
oracle.pike 255 B
/*
* $Id: oracle.pike,v 1.7 2002/11/27 15:40:34 mast Exp $
*
* Glue for the Oracle-module
*/
#pike __REAL_VERSION__
#if constant(Oracle.oracle)
inherit Oracle.oracle;
string server_info()
{
return "Oracle";
}
#endif /* constant(Oracle.oracle) */