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

com.augustnagro.magnum.ColumnNames.scala Maven / Gradle / Ivy

The newest version!
package com.augustnagro.magnum

/** A grouping of schema names, which may be interpolated in sql"" expressions.
  * @param queryRepr
  *   The query representation. For example, "myColA, myColB"
  * @param columnNames
  *   The column names.
  */
class ColumnNames(val queryRepr: String, val columnNames: IArray[ColumnName])
    extends SqlLiteral




© 2015 - 2025 Weber Informatics LLC | Privacy Policy