return new MetaResultSet(MetadataSchema.getAttributeColumns());
}
@Override
public ResultSet getBestRowIdentifier(String arg0, String arg1, String arg2, int arg3, boolean arg4) throws SQLException {
return new MetaResultSet(MetadataSchema.getBestRowIdentifierColumns());
}