org.deegree.commons.tom.primitive
Class SQLValueMangler

java.lang.Object
  extended by org.deegree.commons.tom.primitive.SQLValueMangler

public class SQLValueMangler
extends Object

Converts between internal object values and SQL objects.

Version:
$Revision: 31820 $, $Date: 2011-09-08 18:37:18 +0200 (Thu, 08 Sep 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
SQLValueMangler()
           
 
Method Summary
static Object internalToSQL(Object value)
          Converts the given PrimitiveValue value to the corresponding SQL object type.
static Object internalToSQL(PrimitiveValue pv)
          Converts the given PrimitiveValue value to the corresponding SQL object type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLValueMangler

public SQLValueMangler()
Method Detail

internalToSQL

public static Object internalToSQL(Object value)
Converts the given PrimitiveValue value to the corresponding SQL object type.

Parameters:
value -
Returns:

internalToSQL

public static Object internalToSQL(PrimitiveValue pv)
Converts the given PrimitiveValue value to the corresponding SQL object type.

Parameters:
value -
Returns:


Copyright © 2011. All Rights Reserved.