Package de.ec.sql
Class Name
- java.lang.Object
-
- de.ec.sql.Name
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Set<java.lang.String>KEYWORDS
-
Constructor Summary
Constructors Constructor Description Name()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanisKeyword(java.lang.String str)java.lang.Stringstring(QueryOptions options)
-
-
-
Method Detail
-
string
public java.lang.String string(QueryOptions options)
-
isKeyword
public static boolean isKeyword(java.lang.String str)
-
-