Hi,
I want to read the partition information from PARTITION_SPEC column of TABLES system table. I an using JDBC driver to get this information.
The data type of this column is NCLOB (Unicode large object).
I want to know which Java type will get map to this ?
I have referred the SAP-HANA-Dev guide, but it's not talking about NCLOB. Whether NCLOB will work with Java Clob type ?
or do I need to do any data type conversion in select query ? if so please let me know that too.
Thanks,
Shailesh