Hello. How to get the names of the required columns? Not "api_datasource.getRequiredColumnViolations".
asked 28 Jan '15, 14:03
Ramil 41●5●41 accept rate: 0%
Hi, i do it in a 'dirty' way
As required Columns are not nullable
select column_name from ALL_TAB_COLUMNS where table_name = '{YouTableName}' and nullable = 'N'
regards Dirk
answered 29 Jan '15, 10:30
Dirk 13●7 accept rate: 0%
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
Tags:
column ×16 required ×5 names ×3
Asked: 28 Jan '15, 14:03
Seen: 1,643 times
Last updated: 29 Jan '15, 10:30
How to handle required column violations
Get column names from grid
using tt_requiredcolumnviolation in anger
Description of formattedField?
Highlight required columns in a grid
Oracle forms layout to formspider migration
Question for Yalim
Hiding Grid Columns...
column resizing and decreasing of neighboring columns width
textField column="" dataSource=""
First time here? Check out the FAQ!