ImmediatelyMailable

com.mchange.feedletter.db.PgSchema.V1.Table.ImmediatelyMailable

Attributes

Graph
Supertypes
trait Creatable
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Sequence

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Sequence.type

Value members

Concrete methods

def delete(conn: Connection, im: ImmediateMail): Int
def insert(conn: Connection, contents: String, from: AddressHeader[From], replyTo: Option[AddressHeader[ReplyTo]], to: AddressHeader[To], templateParams: TemplateParams, subject: String): Int
def selectNext(conn: Connection): Option[ImmediateMail]

Inherited methods

def create(conn: Connection): Int

Attributes

Inherited from:
Creatable
def create(stmt: Statement): Int

Attributes

Inherited from:
Creatable