harness.sql.ColRef.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-sql_3 Show documentation
Show all versions of harness-sql_3 Show documentation
Miscellaneous libraries/utilities for Scala.
package harness.sql
final case class ColRef(tableVarName: String, colName: String) {
def show: String = s"$tableVarName.$colName"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy