net.sourceforge.backpedal.impl.db
Class BindVariableSetImpl

java.lang.Object
  |
  +--net.sourceforge.backpedal.impl.db.BindVariableSetImpl
All Implemented Interfaces:
BindVariableSet

public class BindVariableSetImpl
extends Object
implements BindVariableSet


Constructor Summary
BindVariableSetImpl()
           
BindVariableSetImpl(Collection bindVariables)
           
 
Method Summary
 void add(BindVariable b)
           
 Iterator iterator()
           
 void setInto(PreparedStatement statement)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindVariableSetImpl

public BindVariableSetImpl()

BindVariableSetImpl

public BindVariableSetImpl(Collection bindVariables)
Method Detail

add

public void add(BindVariable b)
Specified by:
add in interface BindVariableSet

iterator

public Iterator iterator()
Specified by:
iterator in interface BindVariableSet

size

public int size()
Specified by:
size in interface BindVariableSet

setInto

public void setInto(PreparedStatement statement)
             throws SQLException
Specified by:
setInto in interface BindVariableSet
SQLException

toString

public String toString()
Overrides:
toString in class Object


Copyright © Sourceforge. All Rights Reserved.