0

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?

eckes
  • 10,103
  • 1
  • 59
  • 71
Michael
  • 519
  • 4
  • 14

1 Answers1

0

There's currently no such functionality in Apache MetaModel.

Would be a nice addition though.