aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311/endpoint/exor/DBD/Oracle.pm
blob: d84580d1099fa4301052be5aee24d0c931941b88 (plain)
1
2
3
4
5
6
7
8
package DBD::Oracle; # test
use strict; use warnings;

sub ORA_DATE () { 2 };
sub ORA_NUMBER () { 3 } ;
sub ORA_VARCHAR2 () { 5 };

1;