|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.io.datastore.sql.wherebuilder.SpecialCharString
public class SpecialCharString
Represents a String that may contain special symbols (wildCard, singleChar, escape) as a list of its
parts (SpecialCharStringPart).
The internal representation needs no escape symbols.
| Constructor Summary | |
|---|---|
SpecialCharString(String encodedString,
String wildCard,
String singleChar,
String escape)
Constructs a new SpecialCharString instance from the given parameters. |
|
| Method Summary | |
|---|---|
String |
toSQLStyle()
Returns an encoding that is suitable for arguments of "IS LIKE"-clauses in SQL. |
String |
toSQLStyle(boolean toLowerCase)
Returns an encoding that is suitable for arguments of "IS LIKE"-clauses in SQL. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpecialCharString(String encodedString,
String wildCard,
String singleChar,
String escape)
SpecialCharString instance from the given parameters.
encodedString - wildCard - singleChar - escape - | Method Detail |
|---|
public String toSQLStyle()
This means:
public String toSQLStyle(boolean toLowerCase)
This means:
toLowerCase - true means: convert to lowercase letters
public String toString()
toString in class Object
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net