We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62089fd commit 5af4db7Copy full SHA for 5af4db7
1 file changed
src/main/kotlin/top/cpjinan/akarilevel/database/Database.kt
@@ -39,13 +39,13 @@ interface Database {
39
val memberTable: Table<*, *>
40
41
/**
42
- * 检查此数据库中是否包含给定路径。
+ * 检查此数据表中是否包含给定路径。
43
*
44
* 如果请求路径的值不存在但已指定默认值,则此方法将返回 true。
45
46
* @param table 要操作的数据表。
47
* @param path 要检查存在性的路径。
48
- * @return 如果此数据库包含请求的路径(通过默认值或已设置),则返回 true。
+ * @return 如果此数据表包含请求的路径(通过默认值或已设置),则返回 true。
49
*/
50
fun contains(table: Table<*, *>, path: String): Boolean
51
0 commit comments