alaisi / postgres-async-driver

Asynchronous PostgreSQL Java driver
Apache License 2.0
287 stars 38 forks source link

Row abstraction hides useful information #59

Open ratamaa opened 6 years ago

ratamaa commented 6 years ago

Row interface does not currently provide

It is also currently quite impossible to get this information even if you cast Row into PgRow since PgColumn is package private. Could it be public?