I call method resultSet.getMetaData ().getColumnName() and get only first 63 symbols. But i want to get full name of column . Resultset is interface and i used his implemantion vendor is PgResultSetMetaData I used postgresql + hibernate orm 4.3.10.Final and driver is org.postgresql.Driver.
How i can fix it? |
|