
SQL::ReservedWords::Sybase - Reserved SQL words by Sybase

if ( SQL::ReservedWords::Sybase->is_reserved( $word ) ) {
print "$word is a reserved Sybase word!";
}

Determine if words are reserved by Sybase.

Returns a boolean indicating if $word is reserved by either Sybase ASE 12 or 15.
Returns a boolean indicating if $word is reserved by Sybase ASE 12.
Returns a boolean indicating if $word is reserved by Sybase ASE 15.
Returns a list with Sybase versions that reserves $word.
Returns a list with all reserved words.

Nothing by default. Following subroutines can be exported:

http://infocenter.sybase.com/help/

Christian Hansen chansen@cpan.org

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.