|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hsqldb
Class Like

java.lang.Objectorg.hsqldb.Like
- class Like
- extends java.lang.Object
Class declaration
- Version:
- 1.7.0
| Field Summary | |
private boolean |
bIgnoreCase
|
private char[] |
cLike
|
private int |
iLen
|
private int[] |
iType
|
| Constructor Summary | |
(package private) |
Like(java.lang.String s,
char escape,
boolean ignorecase)
Constructor declaration |
| Method Summary | |
(package private) boolean |
compare(java.lang.Object o)
Method declaration |
private boolean |
compareAt(java.lang.String s,
int i,
int j,
int jLen)
Method declaration |
(package private) java.lang.String |
getStartsWith()
Method declaration |
private void |
normalize(java.lang.String s,
boolean b,
char e)
Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cLike
private char[] cLike
iType
private int[] iType
iLen
private int iLen
bIgnoreCase
private boolean bIgnoreCase
| Constructor Detail |
Like
Like(java.lang.String s, char escape, boolean ignorecase)
- Constructor declaration
| Method Detail |
getStartsWith
java.lang.String getStartsWith()
- Method declaration
compare
boolean compare(java.lang.Object o)
- Method declaration
compareAt
private boolean compareAt(java.lang.String s, int i, int j, int jLen)
- Method declaration
normalize
private void normalize(java.lang.String s, boolean b, char e)
- Method declaration
|
|||||||||
| Home >> All >> org >> [ hsqldb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.hsqldb.Like