org.tranql.sql.jdbc.binding
Class BindingFactory
java.lang.Object
org.tranql.sql.jdbc.binding.BindingFactory
- public class BindingFactory
- extends java.lang.Object
- Version:
- $Revision: 1.7 $ $Date: 2004/04/19 22:23:20 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingFactory
public BindingFactory()
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.