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

oz_2.12.5.3.0.source-code.package_i.scala Maven / Gradle / Ivy

There is a newer version: 5.2.3
Show newest version
package org.mojoz.metadata

import scala.collection.immutable.Seq

package object in {
  case class Join(alias: String, table: String, isOuterJoin: Boolean, columns: Seq[ColumnDef])
  /** db and basetable and joins to parsed joins */
  type JoinsParser = (String, String, Seq[String]) => Seq[Join]
}

package object io {
  type SimplePatternMdConventions = MdConventions.SimplePatternMdConventions
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy