public class EscapeSqlReference extends EscapeReference
ReferenceInsertionEventHandler.referenceInsertExecutor| 构造器和说明 |
|---|
EscapeSqlReference() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 EscapeReferencetext - protected java.lang.String getMatchAttribute()
EscapeReferenceeventhandler.escape.XYZ.match
where XYZ is the type of escaping being done.
getMatchAttribute 在类中 EscapeReference