public class EscapeSqlReference extends EscapeReference
ReferenceInsertionEventHandler.referenceInsertExecutor| Constructor and Description |
|---|
EscapeSqlReference() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
escape(java.lang.Object text)
Escapes the characters in a String to be suitable to pass to an SQL query.
|
protected java.lang.String |
getMatchAttribute()
Specify the configuration attribute that specifies the
regular expression.
|
getRuntimeServices, referenceInsert, setRuntimeServicesprotected java.lang.String escape(java.lang.Object text)
escape in class EscapeReferencetext - protected java.lang.String getMatchAttribute()
EscapeReferenceeventhandler.escape.XYZ.match
where XYZ is the type of escaping being done.
getMatchAttribute in class EscapeReference