org.clazzes.jdbc2xml.sql
Interface SqlIdentifierMapper


public interface SqlIdentifierMapper

A mapper for transforming SQL identifiers from the database to the representation in the XML file. Instances are used to transform identifiers of case-insensitive RDBMS systems to lower or upper case.

Author:
wglas

Method Summary
 String toExternal(String identifier)
           
 

Method Detail

toExternal

String toExternal(String identifier)
Parameters:
identifier - The SQL identifier as reported by the JDBC driver.
Returns:
The external form of the SQL identifier as written to the XML file.


Copyright © 2011. All Rights Reserved.