Questions tagged [apache-metamodel]

The Apache Metamodel project provides a common interface for discovery, exploration of metadata and querying of different types of data sources.

Project Homepage: https://metamodel.apache.org/

47 questions
0
votes
1 answer

Apache Metamodel - Min/Max/Default values

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…
Michael
  • 519
  • 4
  • 14
-1
votes
2 answers

Metamodel - Sql Server 2008 identification for LOB data

We are trying to extract data from different databases into some flat file format, using a Apache MetaModel. With ORACLE, for a LOB column (either CLOB or BLOB) we get isLarge()=true. But for the same column with SQL Server 2008 R2 we are…
1 2 3
4