org.tranql.sql.jdbc.binding
Class ShortBinding
java.lang.Object
org.tranql.sql.jdbc.binding.AbstractBinding
org.tranql.sql.jdbc.binding.ShortBinding
- All Implemented Interfaces:
- java.io.Serializable, SchemaBinding, InputBinding, OutputBinding, ResultBinding, SQLBinding
public class ShortBinding
- extends AbstractBinding
- Version:
- $Revision: 155 $ $Date: 2004-12-03 00:12:10 +0100 (Fri, 03 Dec 2004) $
- See Also:
- Serialized Form
Method Summary |
int |
getSQLType()
|
java.lang.Object |
getValue(java.sql.CallableStatement cs)
|
java.lang.Object |
getValue(java.sql.ResultSet rs)
|
void |
register(java.sql.CallableStatement cs)
|
void |
setValue(java.sql.PreparedStatement ps,
java.lang.Object value)
|
Methods inherited from class org.tranql.sql.jdbc.binding.AbstractBinding |
getAttribute, getEntity, getFKAttribute, getValue, isAttributeBinding, isFKAttributeBinding, isUnknownBinding, setAttribute, setEntity, setFKAttribute, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortBinding
public ShortBinding(int index,
QueryBinding transform)
getValue
public java.lang.Object getValue(java.sql.ResultSet rs)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setValue
public void setValue(java.sql.PreparedStatement ps,
java.lang.Object value)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
register
public void register(java.sql.CallableStatement cs)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getValue
public java.lang.Object getValue(java.sql.CallableStatement cs)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSQLType
public int getSQLType()
Copyright © -2010 The Codehaus. All Rights Reserved.