org.sql.generation.api.vendor
Interface MySQLVendor

All Superinterfaces:
SQLVendor

public interface MySQLVendor
extends SQLVendor

This is vendor for MySQL database. MySQL typically does not understand schema-qualified names, so this vendor doesn't process any schema name it encounters when creating a SQL string.

Author:
Stanislav Muhametsin

Method Summary
 
Methods inherited from interface org.sql.generation.api.vendor.SQLVendor
getBooleanFactory, getColumnsFactory, getLiteralFactory, getModificationFactory, getQueryFactory, getTableReferenceFactory, toString
 



Copyright © 2010. All Rights Reserved.