net.sourceforge.squirrel_sql.plugins.postgres.exp
Class PostgresSequenceParentExtractorImpl

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.postgres.exp.PostgresSequenceParentExtractorImpl
All Implemented Interfaces:
ISequenceParentExtractor

public class PostgresSequenceParentExtractorImpl
extends Object
implements ISequenceParentExtractor


Constructor Summary
PostgresSequenceParentExtractorImpl()
           
 
Method Summary
 void bindParameters(PreparedStatement pstmt, IDatabaseObjectInfo parentDbinfo, ObjFilterMatcher filterMatcher)
           
 String getSequenceParentQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgresSequenceParentExtractorImpl

public PostgresSequenceParentExtractorImpl()
Method Detail

getSequenceParentQuery

public String getSequenceParentQuery()
Specified by:
getSequenceParentQuery in interface ISequenceParentExtractor

bindParameters

public void bindParameters(PreparedStatement pstmt,
                           IDatabaseObjectInfo parentDbinfo,
                           ObjFilterMatcher filterMatcher)
                    throws SQLException
Specified by:
bindParameters in interface ISequenceParentExtractor
Throws:
SQLException


Copyright © 2001-2010. All Rights Reserved.