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 |
java.lang.String |
toExternal(java.lang.String identifier)
|
toExternal
java.lang.String toExternal(java.lang.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 © 2010. All Rights Reserved.