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

biz.lobachev.annette.data_dictionary.builder.helper.TablePrefixSuffix.scala Maven / Gradle / Ivy

package biz.lobachev.annette.data_dictionary.builder.helper

@deprecated("use biz.lobachev.annette.data_dictionary.builder.labels.TablePrefixSuffix", "0.4.0")
object TablePrefixSuffix {
  val TABLE_NAME_PREFIX = "tableNamePrefix"
  val TABLE_NAME_SUFFIX = "tableNameSuffix"

  def tableNamePrefix(prefix: String) = TABLE_NAME_PREFIX -> prefix
  def tableNameSuffix(suffix: String) = TABLE_NAME_SUFFIX -> suffix

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy