SqlAction

class SqlAction(val dataSource: DataSource, fileName: String) extends Action with Logging
trait Logging
trait Action
class Object
trait Matchable
class Any

Value members

Concrete methods

def executeFile(executor: JdbcExecutor): Boolean
def process(): Boolean
def readSql(name: String): Seq[String]

Concrete fields

val dataSource: DataSource

Inherited fields

protected
val logger: Logger
Inherited from
Logging