getCrossReference

fun getCrossReference(    parentCatalog: String? = defaultCatalog,     parentSchema: String? = defaultSchema,     parentTable: String,     foreignCatalog: String? = defaultCatalog,     foreignSchema: String? = defaultSchema,     foreignTable: String): List<Key>

Get cross reference, converted to Key

if not specified, parentCatalog and foreignCatalog default to defaultCatalog, and parentSchema and foreignSchema default to defaultSchema

Return

Parameters

parentCatalog
parentSchema
parentTable
foreignCatalog
foreignSchema
foreignTable