Open main menu

CDOT Wiki β

Changes

PostgreSQL Adapter-nexj/Adapter

63 bytes removed, 20:27, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
<big><big> Postgre Project - SQLAdapter Files</big></big>
{{NexJ_Express Index}}
==SQLAdapter.java==
| 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 || ---
|-
| public || void appendLikeEscape(StringBuffer buf)|| testRead(), testUnicodeCharset() ||[where A.first_name like ? escape '\\' /* 1 */ || ] [parse("(and (like? firstName \"J*\") ]|| testRead(), testUnicodeCharset() || not started || ---
|-
| public || void close(Connection connection)|| All the tests (After commit, closes the conncetion) ||---|| --- || not started || ---
|-
| public || SQLConnection getConnection(Query query) throws SQLException|| All the tests ||---|| --- || not started || ---
|-
| public || String getInitialSQL() || Before any test and during testMatch() (Gets SQL statement to execute when a connection is first established) ||---|| --- || not started || ---
|-
| public || Table getMatchJoin(Column column, Pair expression) || testMatch() (see the comment for appendMatchStatement() in SQLAdapter) ||---|| --- || not started || ---
|-
| public || void setFetchSize(PreparedStatement stmt, Query query) throws SQLException || All the tests EXCEPT testUpgrade(), testSQLUpdateDenorm() ||---|| --- || not started || ---
|-
|}
 
==MySQLAdapter.java==