Hello! You can use JDBC's DatabaseMetaData for that.
Please see https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html Regards, -- Ilya Kasnacheev чт, 12 мар. 2020 г. в 05:49, narges saleh <[email protected]>: > Hi All, > > How would one extract, programmatically, the metadata for the > fields/columns for a cache/table? I want to get the field names along with > the data type for each field, say, for example, if the table is defined via > queryentity or SQL/JDBC. > > thanks. >
