org.clazzes.jdbc2xml.sql
Interface ISqlIdentifierMapperFactory

All Known Implementing Classes:
SqlIdentifierMapperFactory, SqlIdentifierMapperFactoryImpl

public interface ISqlIdentifierMapperFactory


Method Summary
 SqlIdentifierMapper newMapper(String key)
           
 

Method Detail

newMapper

SqlIdentifierMapper newMapper(String key)
Parameters:
key - The name of the mapper. Currently, id, lower and upper are supported. The id mapper performs no transformation, the lower and upper mappers perform a lower case resp. upper case transformation of the identifiers. If name is null or and unknown name is specified the id mapper is instantiated and returned.
Returns:
A mapper for SQL identifiers to their external representation.


Copyright © 2012. All Rights Reserved.