public class EscapeSqlReference extends EscapeReference
log
Constructor and Description |
---|
EscapeSqlReference() |
Modifier and Type | Method and Description |
---|---|
protected String |
escape(Object text)
Escapes the characters in a String to be suitable to pass to an SQL query.
|
protected String |
getMatchAttribute()
Specify the configuration attribute that specifies the
regular expression.
|
getRuntimeServices, referenceInsert, setRuntimeServices
protected String escape(Object text)
escape
in class EscapeReference
text
- protected String getMatchAttribute()
EscapeReference
eventhandler.escape.XYZ.match
where XYZ
is the type of escaping being done.
getMatchAttribute
in class EscapeReference
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.