net.sourceforge.backpedal.impl.db
Class BooleanBindVariable
java.lang.Object
  |
  +--net.sourceforge.backpedal.impl.db.AbstractBindVariable
        |
        +--net.sourceforge.backpedal.impl.db.BooleanBindVariable
- All Implemented Interfaces: 
 - BindVariable, Cloneable
 
- public class BooleanBindVariable
- extends AbstractBindVariable
  
 
| 
Method Summary | 
 int | 
getSqlType()
 
          Return the value from java.sql.Types that I represent. | 
 void | 
setInto(int index,
        PreparedStatement preparedStatement)
 
          Call the relevant set() method on preparedStatement but with a index
 override supplied | 
 
 
 
BooleanBindVariable
public BooleanBindVariable(int p0,
                           boolean p1,
                           String columnName)
setInto
public void setInto(int index,
                    PreparedStatement preparedStatement)
             throws SQLException
- Description copied from interface: 
BindVariable 
- Call the relevant set() method on preparedStatement but with a index
 override supplied
SQLException
 
 
getSqlType
public int getSqlType()
- Description copied from interface: 
BindVariable 
- Return the value from java.sql.Types that I represent.
- Specified by:
 getSqlType in interface BindVariable- Specified by:
 getSqlType in class AbstractBindVariable
 
 
 
Copyright ©  Sourceforge. All Rights Reserved.