Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/Adapter

219 bytes removed, 15:58, 17 November 2010
no edit summary
{| class="wikitable sortable" border="1" cellpadding="5"
|+ '''Protected Non-Abstract methods to work on'''
! Modifier !! Method Name !! Tests Cases !! Status !! ToDo
|-
|-
| protected || boolean indexNameMatches(String sMetadataName, int nMetaStart, String sPhysicalName, String sPrefix, boolean bCaseInsensitive)|| testNew(), no implementation in MySQL, but it's called from <code> indexNameMatches (Index, String) </code> || not started || ---
|-
|}
 
 
{| class="wikitable sortable" border="1" cellpadding="5"
|+ '''Public methods to work on'''
! Modifier !! Method Name !! Tests Cases!! after parsing !! before parsing !! Status !! ToDo
|-
| public || void appendLikeEscape(StringBuffer buf)|| testRead(), testUnicodeCharset() ||where A.first_name like ? escape '\\' /* 1 */ || parse("(and (like? firstName \"J*\") || not started || ---
|-
|}
 
==MySQLAdapter.java==
|-
|}
 
==PostgreSQLAdapter.java==
|-
|}
 
==PostgreSQLAdapter.java==
1
edit