Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过以下代码获取架构:
val schema = conn.run("schema(table)").asInstanceOf[BasicDictionary]
但是我如何从中获取架构。