|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is the base interface by which we escape characters that are to be written to the database. Different databases can perform significantly differetly. For example, both Postgres and MySQL escape single quotes as \' but SapDB escapes it as ''. By running character strings through the escape handler, we have the ability to customize behavior based upon the variou databases.
Most implementations of this interface depend on the
com.jcorporate.expresso.core.security.filters
mechanism to properly work
| Method Summary | |
String |
escapeString(String input)
Escape a string so that all special characters for that database are properly escaped. |
| Method Detail |
public String escapeString(String input)
input - The string to filter
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||