Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
reinier1
Contributor III
Contributor III

Iterating over Table Schemas metadata in Java

I would like to access the Metadata in code, more specifically, I would like to access the comments of the columns in the Table Schemas (so I can push those comments into oracle like

COMENT ON COLUMN employees.job_id

IS 'abbreviated job title'

Would anyone have a code-sample of that?

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

Take a look at rhall's article, you are able to get the metadata properties in the job with Dynamic schema functionality, refer to the example code on tJavaFlex component mentioned in the article.

 

Regards

Shong