java - ResultSetMetaData getting default value of column -


i using oracle database.

i want default value assign column using java jdbc.

but using resultsetmetadata not provide method default value of column.

so please tell me idea. in advance.

you can run query

select data_default user_tab_columns table_name ='mytable' , column_name = 'mycolumn' 

Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -