• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 24289
  • Open Date : 2016/06/13 14:17
  • Print

[DataSpider Servista] With what method JDBC Adapter acquires the table name. Please explain

The table is not fully displayed in the table name list in JDBC Adapter. Let me know with what method JDBC Adapter acquires the table name to check the specification in JDBC driver side.
 
Category : 

Answer

JDBC Adapter acquires the data table name list using DatabaseMetaData#getTables() method after continuing to pass the string specified in the URL of Global Resource to driver as such.
 
Based on above-mentioned information, check the development source of JDBC driver in use.