Uses of Interface
org.clazzes.jdbc2xml.sql.SqlIdentifierMapper

Packages that use SqlIdentifierMapper
org.clazzes.jdbc2xml.helper   
org.clazzes.jdbc2xml.schema   
org.clazzes.jdbc2xml.sql   
org.clazzes.jdbc2xml.sql.impl   
 

Uses of SqlIdentifierMapper in org.clazzes.jdbc2xml.helper
 

Methods in org.clazzes.jdbc2xml.helper with parameters of type SqlIdentifierMapper
static java.lang.String SQLHelper.joinIdentifiers(java.util.Collection<java.lang.String> strings, SqlIdentifierMapper mapper)
          Simply concatenate a collection of SQL identifiers by using a comma as separator.
static void SQLHelper.joinIdentifiers(java.lang.StringBuffer sb, java.util.Collection<java.lang.String> strings, SqlIdentifierMapper mapper)
          Simply concatenate a collection of SQL identifiers by using a comma as separator.
 

Uses of SqlIdentifierMapper in org.clazzes.jdbc2xml.schema
 

Methods in org.clazzes.jdbc2xml.schema with parameters of type SqlIdentifierMapper
 org.xml.sax.Attributes ColumnInfo.toAttributes(SqlIdentifierMapper mapper)
           
 org.xml.sax.Attributes ForeignKeyInfo.toAttributes(SqlIdentifierMapper mapper)
           
 org.xml.sax.Attributes IndexInfo.toAttributes(SqlIdentifierMapper mapper)
           
 org.xml.sax.Attributes PrimaryKeyInfo.toAttributes(SqlIdentifierMapper mapper)
           
 

Uses of SqlIdentifierMapper in org.clazzes.jdbc2xml.sql
 

Methods in org.clazzes.jdbc2xml.sql that return SqlIdentifierMapper
abstract  SqlIdentifierMapper SqlIdentifierMapperFactory.newMapper(java.lang.String key)
           
 

Uses of SqlIdentifierMapper in org.clazzes.jdbc2xml.sql.impl
 

Methods in org.clazzes.jdbc2xml.sql.impl that return SqlIdentifierMapper
 SqlIdentifierMapper SqlIdentifierMapperFactoryImpl.newMapper(java.lang.String key)
           
 



Copyright © 2010. All Rights Reserved.