|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.filter.sql.islike.SingleChar
final class SingleChar
Part of a IsLikeString -- represents an arbitrary character (in SQL: '_').
| Constructor Summary | |
|---|---|
SingleChar()
|
|
| 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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
SingleChar()
| Method Detail |
|---|
public String toSQL()
This means:
toSQL in interface IsLikeStringPartpublic String toSQL(boolean toLowerCase)
This means:
toSQL in interface IsLikeStringParttoLowerCase - true means: convert to lowercase letters
public String toString()
toString in class Object
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||