提交 0a1d5431 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 99a28470
...@@ -1266,7 +1266,9 @@ public class Database implements DataHandler { ...@@ -1266,7 +1266,9 @@ public class Database implements DataHandler {
/** /**
* Get all tables and views. * Get all tables and views.
* *
* @param includeMeta whether to include the meta data tables * @param includeMeta whether to force including the meta data tables (if
* true, metadata tables are always included; if false, metadata
* tables are only included if they are already initialized)
* @return all objects of that type * @return all objects of that type
*/ */
public ArrayList<Table> getAllTablesAndViews(boolean includeMeta) { public ArrayList<Table> getAllTablesAndViews(boolean includeMeta) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论