net.sourceforge.squirrel_sql.plugins.mysql.expander
Class MysqlTableTriggerExtractorImpl

java.lang.Object
  extended by 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

Constructor Summary
MysqlTableTriggerExtractorImpl()
           
 
Method Summary
 void bindParamters(PreparedStatement pstmt, IDatabaseObjectInfo dbo)
           
 String getTableTriggerQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MysqlTableTriggerExtractorImpl

public MysqlTableTriggerExtractorImpl()
Method Detail

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.