org.tranql.sql.jdbc
Interface OutputBinding

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractBinding

public interface OutputBinding
extends java.io.Serializable

Version:
$Revision: 1.3 $ $Date: 2004/04/18 17:07:24 $

Method Summary
 java.lang.Object getValue(java.sql.CallableStatement cs)
           
 void register(java.sql.CallableStatement cs)
           
 

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 © -2005 The Codehaus. All Rights Reserved.