
FabForce::DBDesigner4::SQL::Mysql

version 0.31

my $create_stmt = FabForce::DBDesigner4::SQL::Mysql->create_table( $fabforce_table_object );

As each database system has its own syntax, it is important to provide functions for each system.

FabForce::DBDesigner4::SQL::Mysql - create sql with mysql specific syntax

my $create_stmt = FabForce::DBDesigner4::SQL::Mysql->create_table( $fabforce_table_object );
Things it does:
create a "drop table" statement for the given tablename
$class->drop_table( $fabforce_table_object );
returns
DROP TABLE IF EXISTS `tablename`

Renee Baecker, <module@renee-baecker.de>

Copyright (C) 2005 - 2009 by Renee Baecker
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

Renee Baecker <module@renee-baecker.de>

This software is Copyright (c) 2010 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0