0

In other words I want an equivalent of this for Mybatis

DatabaseMetaData metadata = connection.getMetaData();
Yonoss
  • 1,242
  • 5
  • 25
  • 41
  • In the end, you can of course get a Connection from MyBatis. But the question is probably your use case... What objects do you have from which you want the metadata? – Florian Schaetz Sep 22 '15 at 18:53
  • Well i need it for my schema (db) : tables, columns and keys – Yonoss Sep 23 '15 at 11:57

0 Answers0