The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:SQL::Translator"

SQL::Translator - manipulate structured data definitions (SQL and more) River stage three • 117 direct dependents • 266 total dependents

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.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Utils - SQL::Translator Utility functions River stage three • 117 direct dependents • 266 total dependents

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Diff - determine differences between two schemas River stage three • 117 direct dependents • 266 total dependents

Takes two input SQL::Translator::Schemas (or SQL files) and produces ALTER statements to make them the same...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

Test::SQL::Translator - Test::More test functions for the Schema objects. River stage three • 117 direct dependents • 266 total dependents

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.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Types - Type checking functions River stage three • 117 direct dependents • 266 total dependents

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

Bundle::SQL::Translator - a Bundle for SQL::Translator River stage zero No dependents

"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 River stage three • 117 direct dependents • 266 total dependents

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser - describes how to write a parser River stage three • 117 direct dependents • 266 total dependents

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.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Producer - describes how to write a producer River stage three • 117 direct dependents • 266 total dependents

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.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::xSV - parser for arbitrarily delimited text files River stage three • 117 direct dependents • 266 total dependents

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.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Role::Error - Error setter/getter for objects and classes River stage three • 117 direct dependents • 266 total dependents

This Moo::Role provides a method for getting and setting error on a class or object....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::DB2 - parser for DB2 River stage three • 117 direct dependents • 266 total dependents

This is a grammar for parsing CREATE statements for DB2...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::DBI - "parser" for DBI handles River stage three • 117 direct dependents • 266 total dependents

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.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::XML - Alias to XML::SQLFairy parser River stage three • 117 direct dependents • 266 total dependents

This module is an alias to the XML::SQLFairy parser....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Schema::View - SQL::Translator view object River stage three • 117 direct dependents • 266 total dependents

"SQL::Translator::Schema::View" is the view object....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::YAML - Parse a YAML representation of a schema River stage three • 117 direct dependents • 266 total dependents

"SQL::Translator::Parser::YAML" parses a schema serialized with YAML....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::JSON - Parse a JSON representation of a schema River stage three • 117 direct dependents • 266 total dependents

"SQL::Translator::Parser::JSON" parses a schema serialized with JSON....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::MySQL - parser for MySQL River stage three • 117 direct dependents • 266 total dependents

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.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Producer::XML - Alias to XML::SQLFairy producer River stage three • 117 direct dependents • 266 total dependents

Previous versions of SQL::Translator included an XML producer, but the namespace has since been further subdivided. Therefore, this module is now just an alias to the XML::SQLFairy producer....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Producer::POD - POD producer for SQL::Translator River stage three • 117 direct dependents • 266 total dependents

Creates a POD description of each table, field, index, and constraint. A good starting point for text documentation of a schema. You can easily convert the output to HTML or text using "perldoc" or other interesting formats using Pod::POM or Template...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC
116 results (0.036 seconds)