EngineSqlightLocal
trait IEngineLogger
class Engine
class Object
trait Matchable
class Any
Value members
Concrete methods
override def executeFuncImpl(name: String, ctx: EngineContext, kwargs: Map[String, Object], params: Type*): Type
- Definition Classes
- Engine
Inherited methods
execute statement
execute statement
- Value parameters:
- stmt
statement to execute
- Returns:
the result of exection
- Inherited from:
- Engine
final def executeFunc(name: String, ctx: EngineContext, kwargs: Map[String, Object], params: Type*): Type
execute engine specific user function
execute engine specific user function
- Value parameters:
- name
function name
- params
function params
- Inherited from:
- Engine
execute statement
execute statement
- Value parameters:
- stmt
statement to execute
- Returns:
the result of execution as cursor
- Inherited from:
- Engine