org.tranql.sql.jdbc.binding
Class BindingFactory

java.lang.Object
  extended byorg.tranql.sql.jdbc.binding.BindingFactory

public class BindingFactory
extends java.lang.Object

Version:
$Revision: 1.7 $ $Date: 2004/04/19 22:23:20 $

Constructor Summary
BindingFactory()
           
 
Method Summary
static InputBinding getInputBinding(int index, FieldTransform transform)
           
static InputBinding getInputBinding(java.lang.String type, int index)
           
static InputBinding[] getInputBindings(java.lang.Class[] types)
           
static InputBinding[] getInputBindings(java.lang.String[] types)
           
static OutputBinding getOutputBinding(java.lang.Class type, int index)
           
static ResultBinding getResultBinding(int index, FieldTransform transform)
           
static ResultBinding getResultBinding(java.lang.String type, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingFactory

public BindingFactory()
Method Detail

getInputBinding

public static InputBinding getInputBinding(int index,
                                           FieldTransform transform)
                                    throws QueryException
Throws:
QueryException

getInputBinding

public static InputBinding getInputBinding(java.lang.String type,
                                           int index)
                                    throws QueryException
Throws:
QueryException

getInputBindings

public static InputBinding[] getInputBindings(java.lang.Class[] types)
                                       throws QueryException
Throws:
QueryException

getInputBindings

public static InputBinding[] getInputBindings(java.lang.String[] types)
                                       throws QueryException
Throws:
QueryException

getOutputBinding

public static OutputBinding getOutputBinding(java.lang.Class type,
                                             int index)
                                      throws QueryException
Throws:
QueryException

getResultBinding

public static ResultBinding getResultBinding(int index,
                                             FieldTransform transform)
                                      throws QueryException
Throws:
QueryException

getResultBinding

public static ResultBinding getResultBinding(java.lang.String type,
                                             int index)
                                      throws QueryException
Throws:
QueryException


Copyright © -2005 The Codehaus. All Rights Reserved.