data class SchemaOptions
Represents any options configured on the node for a schema.
<init> |
SchemaOptions(databaseSchema: String?, tablePrefix: String?) Represents any options configured on the node for a schema. |
databaseSchema |
val databaseSchema: String? |
tablePrefix |
val tablePrefix: String? |