Is there a way to get to the default value for a column and/or the min/max constraints for a column using Apache Metamodel?
I know in the java.sql.DatabaseMetaData you can get to the default value of a column but I am not seeing the same accessor in the column definition for Metamodel.
I am not finding a way to get min/max values in either, so I am wondering if this is possible due to the way they are maintained.
Am I missing something?