public long getLong(String columnName) throws SQLException {
throw new UnsupportedOperationException("getLong(String columnName)");
}
public ResultSetMetaData getMetaData() throws SQLException {
MockDataSource.record(new ExecuteInfo(this.mds, "ResultSet.getMetaData", null, null));
return this.resultSetMetaData;
}