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

skunk-core_3.0.0-RC1.0.1.0.source-code.Statement.scala Maven / Gradle / Ivy

// Copyright (c) 2018-2021 by Rob Norris
// This software is licensed under the MIT License (MIT).
// For more information see LICENSE or https://opensource.org/licenses/MIT

package skunk

import skunk.util.Origin

trait Statement[A] {
  def sql:     String
  def origin:  Origin
  def encoder: Encoder[A]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy