Changes

Jump to: navigation, search

Nexjexpress/PostgreSQL Adapter/Adapter

510 bytes added, 12:38, 17 November 2010
no edit summary
<big><big> Postgre Project - SQLAdapter Files</big></big>
 
 
==SQLAdapter.java==
#'''Questions'''
| protected abstract || String getDuplicateKeyName(SQLException e)|| testNew() || not started || ---
|-
| protected abstract || boolean indexNameMatches(Index index, String sPhysicalName)|| --- testNew() || not started || ---
|-
| protected abstract || boolean isDeadlockException(SQLException e)|| --- || not started || ---
|-
| protected abstract || boolean isQueryTimeoutException(SQLException e)|| testQueryTimeoutException(), testNew() || not started || ---
|-
| protected abstract || Boolean isUnicode(RelationalSchema schema, ResultSet rs, int nColumn) throws SQLException|| no implementation in MySQLAdapter || not started || ---
|-
|}
! Modifier !! Method Name !! Tests Cases !! Status !! ToDo
|-
| protected || boolean isLikeReservedChar(char ch)|| --- no implementation in MySQLAdapter || not started || ---
|-
| protected || void appendLiteral(StringBuffer buf, String sValue)|| testMatch(), testRead(), testLoad(), testNew(),testUpdate(), testDelete(), testSHaredLocking(), testSchemaUnicodeValidation(), || not started || ---
|-
| protected || int roundUpListSize(int nSize, int nBindCount)|| no implementation in MySQLAdapter --- || not started || ---
|-
| protected || int roundUpMaxCount(int nMaxCount)|| --- no implementation in MySQLAdapter || not started || ---
|-
| 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 || ---
|-
|}
:protected void appendMatchLiteral(StringBuffer buf, String sValue);
:protected void appendMatchExpression(StringBuffer buf, Object expression, boolean bMax); testMatch()
:protected String getIndexName(Table table, int nId); testNew(),--- see comments for <code>boolean indexNameMatches</code> in SQLAdapter.java
1
edit

Navigation menu