All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.metadata.ForeignKey.scala Maven / Gradle / Ivy

package scalikejdbc.metadata

/**
 * Foreign key meta data
 *
 * @param name column name
 * @param foreignColumnName column name on the foreign table
 * @param foreignTableName foreign table name
 */
case class ForeignKey(name: String, foreignColumnName: String, foreignTableName: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy