org.deegree.sqldialect.filter.islike
Interface IsLikeStringPart


public interface IsLikeStringPart

Part of a IsLikeString.

Version:
$Revision: 22060 $, $Date: 2010-01-20 17:59:52 +0100 (Mi, 20. Jan 2010) $
Author:
Markus Schneider , last edited by: $Author: mschneider $

Method Summary
 String toSQL()
          Returns an encoding that is suitable for arguments of "IS LIKE"-clauses in SQL.
 String toSQL(boolean toLowerCase)
          Returns an encoding that is suitable for arguments of "IS LIKE"-clauses in SQL.
 

Method Detail

toSQL

String toSQL()
Returns an encoding that is suitable for arguments of "IS LIKE"-clauses in SQL.

This means:

Returns:
encoded string

toSQL

String toSQL(boolean toLowerCase)
Returns an encoding that is suitable for arguments of "IS LIKE"-clauses in SQL.

This means:

Parameters:
toLowerCase - true means: convert to lowercase letters
Returns:
encoded string


Copyright © 2011. All Rights Reserved.