org.tranql.sql.jdbc
Interface OutputBinding

All Superinterfaces:
SchemaBinding, java.io.Serializable, SQLBinding
All Known Implementing Classes:
AbstractBinding, TypeConverterBinding

public interface OutputBinding
extends SQLBinding, SchemaBinding

Version:
$Revision: 155 $ $Date: 2004-12-03 00:12:10 +0100 (Fri, 03 Dec 2004) $

Method Summary
 java.lang.Object getValue(java.sql.CallableStatement cs)
           
 void register(java.sql.CallableStatement cs)
           
 
Methods inherited from interface org.tranql.sql.jdbc.SQLBinding
getSQLType
 
Methods inherited from interface org.tranql.ql.SchemaBinding
getAttribute, getEntity, getFKAttribute, isAttributeBinding, isFKAttributeBinding, isUnknownBinding, setAttribute, setEntity, setFKAttribute
 

Method Detail

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


Copyright © -2006 The Codehaus. All Rights Reserved.