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

scalikejdbc.mapper.Column.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.mapper

import java.sql.JDBCType

case class Column(
  name: String,
  dataType: JDBCType,
  isNotNull: Boolean,
  isAutoIncrement: Boolean
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy