get Cross Reference
fun getCrossReference( parentCatalog: String? = defaultCatalog, parentSchema: String? = defaultSchema, parentTable: String, foreignCatalog: String? = defaultCatalog, foreignSchema: String? = defaultSchema, foreignTable: String): List<Key>
Content copied to clipboard
Get cross reference, converted to Key
if not specified, parentCatalog and foreignCatalog default to defaultCatalog, and parentSchema and foreignSchema default to defaultSchema
Return
Parameters
parent Catalog
parent Schema
parent Table
foreign Catalog
foreign Schema
foreign Table