Open main menu

CDOT Wiki β

Changes

Nexjexpress/PostgreSQL Adapter/Adapter

75 bytes added, 16:37, 16 November 2010
no edit summary
|+ '''Protected methods to work on'''
! Method Type !! Method Name !! Tests Cases !! Status !! ToDo
|-
| protected || void appendMatchExpression(StringBuffer buf, Object expression, boolean bMax)|| testMatch() || not started || ---
|-
| protected || boolean isLikeReservedChar(char ch)|| --- || not started || ---
==MySQLAdapter.java==
 
mthodes just added to MySQLAdapter.java
protected void appendMatchLiteral(StringBuffer buf, String sValue);
protected void appendMatchExpression(StringBuffer buf, Object expression, boolean bMax); testMatch()
1
edit