fr.cnes.sitools.dataset.database.jdbc
Class WildcardSQL

java.lang.Object
  extended by fr.cnes.sitools.dataset.database.jdbc.WildcardSQL

public final class WildcardSQL
extends java.lang.Object

Utility class to get Query operator String for MongoDB

Author:
m.gond

Method Summary
static java.lang.String applyWildcard(Wildcard wildcard, java.lang.String value)
          Get the operator value for a MongoDB query
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

applyWildcard

public static java.lang.String applyWildcard(Wildcard wildcard,
                                             java.lang.String value)
Get the operator value for a MongoDB query

Parameters:
wildcard - the wildcard for a value predicat
value - the value
Returns:
the string representation of this operator for MongoDB


Copyright © 2010-2013 CNES. All Rights Reserved.