public interface IDBTokenMappings
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.String token)
Part of the SQL is passed into this method.
|
java.lang.String |
getNativeToken()
If this mapping handled a token with
accept(String) was called,
then this will return the replacement token. |
boolean accept(java.lang.String token)
token
- The SQL token that is been checkedjava.lang.String getNativeToken()
accept(String)
was called,
then this will return the replacement token.