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

d4s.models.table.TableDef.scala Maven / Gradle / Ivy

The newest version!
package d4s.models.table

trait TableDef {
  val table: TableReference
  val ddl: TableDDL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy