debian man page for sql::reservedwords::sybase

Query: sql::reservedwords::sybase

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SQL::ReservedWords::Sybase(3pm) 			User Contributed Perl Documentation			   SQL::ReservedWords::Sybase(3pm)

NAME
SQL::ReservedWords::Sybase - Reserved SQL words by Sybase
SYNOPSIS
if ( SQL::ReservedWords::Sybase->is_reserved( $word ) ) { print "$word is a reserved Sybase word!"; }
DESCRIPTION
Determine if words are reserved by Sybase.
METHODS
is_reserved( $word ) Returns a boolean indicating if $word is reserved by either Sybase ASE 12 or 15. is_reserved_by_ase12( $word ) Returns a boolean indicating if $word is reserved by Sybase ASE 12. is_reserved_by_ase15( $word ) Returns a boolean indicating if $word is reserved by Sybase ASE 15. reserved_by( $word ) Returns a list with Sybase versions that reserves $word. words Returns a list with all reserved words.
EXPORTS
Nothing by default. Following subroutines can be exported: is_reserved is_reserved_by_ase12 is_reserved_by_ase15 reserved_by words
SEE ALSO
SQL::ReservedWords <http://infocenter.sybase.com/help/>
AUTHOR
Christian Hansen "chansen@cpan.org"
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-03-28 SQL::ReservedWords::Sybase(3pm)
Related Man Pages
dbix::class::storage::dbi::sybase::ase::nobindvars(3) - mojave
apache::session::serialize::sybase(3pm) - debian
dbix::class::storage::dbi::sybase::ase::nobindvars(3pm) - debian
sql::reservedwords::mysql(3pm) - debian
sql::translator::producer::sybase(3pm) - debian
Similar Topics in the Unix Linux Community
How to get a next line of a matched word?
search a word from file
to insert some word somewhere in the line with shell (or perl)
Split a file which a word criteria in two files with awk
How to insert a word into a text file?