Implement getColumnDisplaySize

This commit is contained in:
김선우
2025-07-06 16:59:17 +09:00
parent 864fde2633
commit 06a288bca9

View File

@@ -1226,8 +1226,7 @@ public final class JDBC4ResultSet implements ResultSet, ResultSetMetaData {
@Override
public int getColumnDisplaySize(int column) throws SQLException {
// TODO
return 0;
return Integer.MAX_VALUE;
}
@Override