net.sourceforge.squirrel_sql.plugins.mysql.expander
Class MysqlTableTriggerExtractorImpl
java.lang.Object
net.sourceforge.squirrel_sql.plugins.mysql.expander.MysqlTableTriggerExtractorImpl
- All Implemented Interfaces:
- ITableTriggerExtractor
public class MysqlTableTriggerExtractorImpl
- extends Object
- implements ITableTriggerExtractor
Provides the query and parameter binding behavior for MySQL's trigger catalog.
- Author:
- manningr
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MysqlTableTriggerExtractorImpl
public MysqlTableTriggerExtractorImpl()
bindParamters
public void bindParamters(PreparedStatement pstmt,
IDatabaseObjectInfo dbo)
throws SQLException
- Specified by:
bindParamters in interface ITableTriggerExtractor
- Throws:
SQLException- See Also:
ITableTriggerExtractor
getTableTriggerQuery
public String getTableTriggerQuery()
- Specified by:
getTableTriggerQuery in interface ITableTriggerExtractor
- See Also:
ITableTriggerExtractor
Copyright © 2001-2013. All Rights Reserved.