Provided by: libur-perl_0.410-1_all
NAME
ur define datasource mysql - Add a MySQL data source to the current namespace.
VERSION
This document describes ur define datasource mysql version 0.29.
SYNOPSIS
ur define datasource mysql --auth=? --login=? [--nosingleton] --owner=? [--dsid=?] [--server=?] [DSNAME]
REQUIRED ARGUMENTS
auth String Password to log in with login String User to log in with nosingleton Boolean Created data source should not inherit from UR::Singleton (defalt is that it will) Default value 'false' (--nonosingleton) if not specified nonosingleton Boolean Make nosingleton 'false' owner String Owner/schema to connect to
OPTIONAL ARGUMENTS
dsid Text The full class name to give this data source. server String "server" attribute for this data source, such as a database name DSNAME Text The distinctive part of the class name for this data source. Will be prefixed with the namespace then '::DataSource::'.
DESCRIPTION:
Add a MySQL data source to the current namespace.