org.sourceforge.jxdbcon
Class EscapeContext
java.lang.Object
|
+--org.sourceforge.jxdbcon.EscapeContext
- Direct Known Subclasses:
- PGConnection$2
- public class EscapeContext
- extends Object
This Context is used when simplifying Escape fragments in a command.
- Version:
- $Revision: 1.6 $, $Date: 2002/03/16 01:26:07 $
- Author:
- Keve Müller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
funcMap
final Map funcMap
nameTypeMap
final Map nameTypeMap
paramBuf
final Object paramBuf
paramContext
final ConversionContext paramContext
EscapeContext
public EscapeContext(Map funcMap,
Map nameTypeMap,
ConversionContext paramContext,
Object paramBuf)
getFunction
EscapeFrags.Function getFunction(String name,
EscapeFrags.ParamList param)
throws SQLException
SQLException
getType
AbstractType getType(int jdbcType)
getTypeForName
public AbstractType getTypeForName(String name)
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.