liony opened a new pull request #5: optimize map columns 2 properties code
URL: https://github.com/apache/commons-dbutils/pull/5
 
 
   String getColumnLabel(int column) throws SQLException
   Gets the designated column's suggested title for use in printouts and 
displays. The suggested title is usually specified by the SQL AS clause. If a 
SQL AS is not specified, the value returned from getColumnLabel will be the 
same as the value returned by the getColumnName method.       --from jdk1.6 
javadoc

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to