~maria-captains/mariadb-java-client/trunk

« back to all changes in this revision

Viewing changes to src/main/java/org/mariadb/jdbc/MySQLResultSetMetaData.java

  • Committer: Vladislav Vaintroub
  • Date: 2013-02-13 16:28:01 UTC
  • Revision ID: wlad@montyprogram.com-20130213162801-tfmiw1lova983zr3
Refactor code for getGeneratedKeys() - remove unnecessary classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
     * @throws java.sql.SQLException if a database access error occurs
123
123
     */
124
124
    public boolean isCurrency(final int column) throws SQLException {
125
 
        return false;  // no currency columns in drizzle
 
125
        return false;
126
126
    }
127
127
 
128
128
    /**