SqlAction

org.beangle.db.transport.SqlAction
class SqlAction(val dataSource: DataSource, fileName: String) extends Action, Logging

Attributes

Graph
Supertypes
trait Logging
trait Action
class Object
trait Matchable
class Any

Members list

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

Attributes

Inherited from:
Logging