- 授权协议: GPL
- 开发语言: C/C++ Perl
- 操作系统: 跨平台
- 软件首页: http://search.cpan.org/~philips/DBIx-MyParse-0.88/lib/DBIx/MyParse.pm
软件介绍
linux下,提供了对于mysql的sql语法的解析器,示例代码:
use DBIx::MyParse;
my $parser = DBIx::MyParse->new(
database => 'database',
groups => ['my_cnf_group'],
options => ['--skip-networking'],
datadir => '/tmp'
);
my $query = $parser->parse("SELECT field FROM table");
print $query->getCommand();
Ajax for Web Application Developers
Kris Hadlock / Sams / 2006-10-30 / GBP 32.99
Book Description Reusable components and patterns for Ajax-driven applications Ajax is one of the latest and greatest ways to improve users’ online experience and create new and innovative web f......一起来看看 《Ajax for Web Application Developers》 这本书的介绍吧!
