DBD-SQLAnywhere

 view release on metacpan or  search on metacpan

lib/DBD/SQLAnywhere/GetInfo.pm  view on Meta::CPAN

# DBI::DBD::Metadata::write_getinfo_pm v2.008696.

package DBD::SQLAnywhere::GetInfo;

use strict;
use DBD::SQLAnywhere;

# Beware: not officially documented interfaces...
# use DBI::Const::GetInfoType qw(%GetInfoType);
# use DBI::Const::GetInfoReturn qw(%GetInfoReturnTypes %GetInfoReturnValues);

my $sql_driver = 'SQLAnywhere';
my $sql_ver_fmt = '%02d.%02d.%04d';   # ODBC version string: ##.##.#####
my $sql_driver_ver = sprintf $sql_ver_fmt, split (/\./, "$DBD::SQLAnywhere::VERSION.0");

my @Keywords = qw(
add
aes_decrypt
all
alter
and
any
as
asc
attach
backup
begin
between
bigint
binary
bit
bottom
break
by
call
capability
cascade
case
cast
char
char_convert
character
check
checkpoint
close
comment
commit
compressed
conflict
connect
constraint
contains
continue
convert
create
cross
cube
current
current_timestamp
current_user
cursor
date
dbspace
deallocate
dec
decimal
declare
default
delete
deleting
desc
detach
distinct
do
double
drop
dynamic
else
elseif
encrypted
end
endif
escape
except
exception
exec
execute
existing
exists
externlogin
fetch
first
float
for
force
foreign
forward
from
full
goto
grant
group
having
holdlock
identified
if
in
index
inner
inout
insensitive
insert
inserting
install
instead
integer
integrated
intersect
into
iq
is



( run in 2.913 seconds using v1.01-cache-2.11-cpan-d8267643d1d )