sql::dialects::role(3) suse man page | unix.com

Man Page: sql::dialects::role

Operating Environment: suse

Section: 3

SQL::Dialects::Role(3)					User Contributed Perl Documentation				    SQL::Dialects::Role(3)

NAME
SQL::Dialects::Role - The role of being a SQL::Dialect
SYNOPSIS
package My::SQL::Dialect; use SQL::Dialects::Role; sub get_config { return <<CONFIG; [SECTION] item1 item2 [ANOTHER SECTION] item1 item2 CONFIG }
DESCRIPTION
This adds the role of being a SQL::Dialect to your class. Requirements You must implement... get_config my $config = $class->get_config; Returns information about the dialect in an INI-like format. Implements The role implements... get_config_as_hash my $config = $class->get_config_as_hash; Returns the data represented in get_config() as a hash ref. Items will be upcased, sections will be lowered. The example in the SYNOPSIS would come back as... { section => { ITEM1 => 1, ITEM2 => 2, }, another_section => { ITEM1 => 1, ITEM2 => 2, } }
SEE ALSO
"dialect()" in SQL::Parser perl v5.12.1 2010-05-06 SQL::Dialects::Role(3)
Related Man Pages
moosex::role::parameterized::extending(3) - mojave
sql::statement::term(3) - suse
sql::translator::parser::dbix::class(3) - osx
sql::reservedwords::sybase(3pm) - debian
sql::translator::parser(3pm) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com