Search results for "module:SQL::Translator"
SQL::Translator - manipulate structured data definitions (SQL and more)
This documentation covers the API for SQL::Translator. For a more general discussion of how to use the modules and scripts, please see SQL::Translator::Manual. SQL::Translator is a group of Perl modules that converts vendor-specific SQL table definit...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Utils - SQL::Translator Utility functions
VEESH/SQL-Translator-1.63
-
23 Feb 2023 23:45:47 UTC
Test::SQL::Translator - Test::More test functions for the Schema objects.
Provides a set of Test::More tests for Schema objects. Testing a parsed schema is then as easy as writing a perl data structure describing how you expect the schema to look. Also provides "maybe_plan" for conditionally running tests based on their de...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Diff - determine differences between two schemas
Takes two input SQL::Translator::Schemas (or SQL files) and produces ALTER statements to make them the same...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Types - Type checking functions
VEESH/SQL-Translator-1.63
-
23 Feb 2023 23:45:47 UTC
Bundle::SQL::Translator - a Bundle for SQL::Translator
"Bundle::SQL::Translator" provides a bundle to install all "SQL::Translator" prerequisites. Note that installing this bundle requires the "gd" library from <http://www.boutell.com/gd/>....
DARREN/Bundle-SQL-Translator-1.00 - 02 Sep 2003 13:02:39 UTC
SQL::Translator::Schema - SQL::Translator schema object
VEESH/SQL-Translator-1.63
-
23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser - describes how to write a parser
Parser modules that get invoked by SQL::Translator need to implement a single function: parse. This function will be called by the SQL::Translator instance as $class::parse($tr, $data_as_string), where $tr is a SQL::Translator instance. Other than th...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Producer - describes how to write a producer
Producer modules designed to be used with SQL::Translator need to implement a single function, called produce. produce will be called with the SQL::Translator object from which it is expected to retrieve the SQL::Translator::Schema object which has b...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser::XML - Alias to XML::SQLFairy parser
This module is an alias to the XML::SQLFairy parser....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser::DBI - "parser" for DBI handles
This parser accepts an open database handle (or the arguments to create one) and queries the database directly for the information. The following are acceptable arguments: * dbh An open DBI database handle. NB: Be sure to create the database with the...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser::xSV - parser for arbitrarily delimited text files
Parses arbitrarily delimited text files. See the Text::RecordParser manpage for arguments on how to parse the file (e.g., "field_separator", "record_separator"). Other arguments include:...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Role::Error - Error setter/getter for objects and classes
This Moo::Role provides a method for getting and setting error on a class or object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser::DB2 - parser for DB2
This is a grammar for parsing CREATE statements for DB2...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser::YAML - Parse a YAML representation of a schema
"SQL::Translator::Parser::YAML" parses a schema serialized with YAML....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser::JSON - Parse a JSON representation of a schema
"SQL::Translator::Parser::JSON" parses a schema serialized with JSON....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::View - SQL::Translator view object
"SQL::Translator::Schema::View" is the view object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Index - SQL::Translator index object
"SQL::Translator::Schema::Index" is the index object. Primary and unique keys are table constraints, not indices....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Schema::Field - SQL::Translator field object
"SQL::Translator::Schema::Field" is the field object....
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC
SQL::Translator::Parser::MySQL - parser for MySQL
The grammar is influenced heavily by Tim Bunce's "mysql2ora" grammar. Here's the word from the MySQL site (http://www.mysql.com/doc/en/CREATE_TABLE.html): CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name [(create_definition,...)] [table_options] [se...
VEESH/SQL-Translator-1.63 - 23 Feb 2023 23:45:47 UTC