TableSchemas

Functions

Link copied to clipboard
abstract fun all(): List<TableSchema>
Link copied to clipboard
abstract fun root(): TableSchema?
Link copied to clipboard
abstract fun table(key: String?): TableSchema?
Link copied to clipboard
abstract fun toJsonObject(): JsonObject
Link copied to clipboard
abstract fun toJsonString(): String
Link copied to clipboard
abstract fun toMap(): MutableMap<String, Any?>