Query: sql::reservedwords::oracle
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQL::ReservedWords::Oracle(3pm) User Contributed Perl Documentation SQL::ReservedWords::Oracle(3pm)NAMESQL::ReservedWords::Oracle - Reserved SQL words by OracleSYNOPSISif ( SQL::ReservedWords::Oracle->is_reserved( $word ) ) { print "$word is a reserved Oracle word!"; }DESCRIPTIONDetermine if words are reserved by Oracle Database.METHODSis_reserved( $word ) Returns a boolean indicating if $word is reserved by either Oracle7, Oracle8i, Oracle9i or Oracle10g. is_reserved_by_oracle7( $word ) Returns a boolean indicating if $word is reserved by Oracle7. is_reserved_by_oracle8( $word ) Returns a boolean indicating if $word is reserved by Oracle8i. is_reserved_by_oracle9( $word ) Returns a boolean indicating if $word is reserved by Oracle9i. is_reserved_by_oracle10( $word ) Returns a boolean indicating if $word is reserved by Oracle10g. reserved_by( $word ) Returns a list with Oracle versions that reserves $word. words Returns a list with all reserved words.EXPORTSNothing by default. Following subroutines can be exported: is_reserved is_reserved_by_oracle7 is_reserved_by_oracle8 is_reserved_by_oracle9 is_reserved_by_oracle10 reserved_by wordsSEE ALSOSQL::ReservedWords <http://www.oracle.com/technology/documentation/>AUTHORChristian Hansen "chansen@cpan.org"COPYRIGHTThis 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::Oracle(3pm)
Similar Topics in the Unix Linux Community |
---|
Calling SQL scripts through Shell Script |
Capturing Oracle Shutdown error |
Oracle return codes? |
Permission to Oracle server to create a directory in a particular path |
New Oracle Home |