debian man page for dbix::class::schema::loader::dbi::interbase

Query: dbix::class::schema::loader::dbi::interbase

OS: debian

Section: 3pm

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

DBIx::Class::Schema::Loader::DBI::InterBase(3pm)	User Contributed Perl Documentation	  DBIx::Class::Schema::Loader::DBI::InterBase(3pm)

NAME
DBIx::Class::Schema::Loader::DBI::InterBase - DBIx::Class::Schema::Loader::DBI Firebird Implementation.
DESCRIPTION
See DBIx::Class::Schema::Loader and DBIx::Class::Schema::Loader::Base.
COLUMN NAME CASE ISSUES
By default column names from unquoted DDL will be generated in lowercase, for consistency with other backends. Set the preserve_case option to true if you would like to have column names in the internal case, which is uppercase for DDL that uses unquoted identifiers. Do not use quoting (the quote_char option in connect_info when in the default "preserve_case => 0" mode. Be careful to also not use any SQL reserved words in your DDL. This will generate lowercase column names (as opposed to the actual uppercase names) in your Result classes that will only work with quoting off. Mixed-case table and column names will be ignored when this option is on and will not work with quoting turned off.
SEE ALSO
DBIx::Class::Schema::Loader, DBIx::Class::Schema::Loader::Base, DBIx::Class::Schema::Loader::DBI
AUTHOR
See "AUTHOR" in DBIx::Class::Schema::Loader and "CONTRIBUTORS" in DBIx::Class::Schema::Loader.
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-08 DBIx::Class::Schema::Loader::DBI::InterBase(3pm)
Related Man Pages
dbix::class::manual::docmap(3pm) - debian
dbix::class::schema::loader::dbobject(3pm) - debian
dbix::class::schema::loader::manual::upgradingfromv4(3pm) - debian
dbix::class::schema::loader::relbuilder(3pm) - debian
sql::translator::parser::dbix::class(3pm) - debian
Similar Topics in the Unix Linux Community
How to sort multiples clolumns of a file?
SQL Loader Auto Number Generation
Assign 1,2,3 according to the names using Awk
Mkbootfs writing to stdout in bash script
How to search for right word using awk?