Query: dbix::datasource
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DataSource(3) User Contributed Perl Documentation DataSource(3)NAMEDBIx::DataSource - Database-independant create and drop functionsSYNOPSISuse DBIx::DataSource qw( create_database drop_database ); create_database( $data_source, $username, $password ) or warn $DBIx::DataSource::errstr; drop_database( $data_source, $username, $password ) or warn $DBIx::DataSource::errstr;DESCRIPTIONThis module implements create_database and drop_database functions for databases. It aims to provide a common interface to database cre- ation and deletion regardless of the actual database being used. Currently supported databases are MySQL and PostgreSQL. Assistance adding support for other databases is welcomed and relatively simple - see DBIx::DataSource::Driver.FUNCTIONScreate_database DATA_SOURCE USERNAME PASSWORD Create the database specified by the given DBI data source. drop_database DATA_SOURCE Drop the database specified by the given DBI data source.AUTHORIvan Kohler <ivan-dbix-datasource@420.am>COPYRIGHTCopyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.BUGSIf DBI data sources were objects, these functions would be methods.SEE ALSODBIx::DataSource::Driver, DBIx::DataSource::mysql, DBIx::DataSource::Pg, DBI perl v5.8.0 2000-09-25 DataSource(3)
Similar Topics in the Unix Linux Community |
---|
searching for { |
DBIx::Perlish 0.34 (Default branch) |
Database Independent Abstraction Layer for C 0.8.3 (Default branch) |
DBIx::Perlish 0.37 (Default branch) |
DBIx::Perlish 0.40 (Default branch) |