SchemaMapping

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val remoteSchemaNames: Set<String>

Functions

Link copied to clipboard
fun addRemoteSchema(schemaNameWithCatalog: String)
Link copied to clipboard
Link copied to clipboard
fun getLocalSchema(project: Project, remoteSchemaRef: String): Schema?
Link copied to clipboard
fun getRemoteSchemaName(localSchema: Schema): String?
Link copied to clipboard
fun isRemoteSchemaMapped(project: Project, remoteSchema: Schema): Boolean
Link copied to clipboard
fun loadFromString(map: String?)
Link copied to clipboard
fun localSchemaHasCustomMapping(localSchema: Schema): Boolean
Link copied to clipboard
fun needEdit(project: Project): Boolean
Link copied to clipboard
fun setMapping(localSchema: Schema, remoteSchemaRef: String?)
Link copied to clipboard
fun setRemoteSchemas(remoteSchemas: List<Schema>)
Link copied to clipboard
open override fun toString(): String