Interface ColumnAliasExtractor


  • public interface ColumnAliasExtractor
    Strategy for extracting the unique column alias out of a ResultSetMetaData. This is used during the "auto discovery" phase of native SQL queries.

    Generally this should be done via ResultSetMetaData.getColumnLabel(int), but not all drivers do this correctly.