public exportedKeys(catalog as String = "", schema as String = "", tableName as String = "") as ResultSet throws SQLException
Returns exported-key metadata for one table.
Rows use the same portable labels and composite-key ordering as importedKeys().
import klyn.databases.sql keys = metadata.exportedKeys(tableName="users")