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

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

The newest version!
package com.augustnagro.magnum

trait SeekDir:
  def sql: String

object SeekDir:
  object Gt extends SeekDir:
    def sql: String = ">"

  object Lt extends SeekDir:
    def sql: String = "<"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy