Skip to content
Snippets Groups Projects
Commit 2ca094e5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Now with server_info().

Rev: lib/modules/Sql.pmod/oracle.pike:1.4
parent fec300e0
No related merge requests found
/* /*
* $Id: oracle.pike,v 1.3 1999/06/14 23:08:39 grubba Exp $ * $Id: oracle.pike,v 1.4 1999/08/31 00:24:16 grubba Exp $
* *
* Glue for the Oracle-module * Glue for the Oracle-module
*/ */
#if constant(Oracle.oracle) #if constant(Oracle.oracle)
inherit Oracle.oracle; inherit Oracle.oracle;
string server_info()
{
return "Oracle";
}
#else /* !constant(Oracle.oracle) */ #else /* !constant(Oracle.oracle) */
#error "Oracle support not available.\n" #error "Oracle support not available.\n"
#endif /* constant(Oracle.oracle) */ #endif /* constant(Oracle.oracle) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment