SqlAction

org.beangle.db.transport.SqlAction
See theSqlAction companion class
object SqlAction

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SqlAction.type

Members list

Value members

Concrete methods

def execute(dataSource: DataSource, contents: String): Unit
def execute(dataSource: DataSource, file: File): Unit
def readSqls(file: File): Seq[String]
def readSqls(contents: String): Seq[String]