|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDBTokenMappings
This interfaces should be implemented by classes that want to translate a parts of a SQL Query from MySQL to another native type of SQL.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean accept(java.lang.String token)
token
- The SQL token that is been checked
java.lang.String getNativeToken()
accept(String)
was called,
then this will return the replacement token.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |