net.sourceforge.backpedal.api.db
Interface BindVariableSet
- All Known Implementing Classes:
- BindVariableSetImpl
- public interface BindVariableSet
This is essentially an abstraction of the values in a row. It is used
to store values in a row before that row is changed and thereafter to
set those values into a prepared statement that will perform the backpedal.
add
public void add(BindVariable b)
iterator
public Iterator iterator()
size
public int size()
setInto
public void setInto(PreparedStatement statement)
throws SQLException
SQLException
Copyright © Sourceforge. All Rights Reserved.