Module emysql_statements

Behaviours: gen_server.

Function Index

add/2
all/0
code_change/3
fetch/1
handle_call/3
handle_cast/2
handle_info/2
init/1
prepare/3
remove/1
start_link/0
terminate/2
version/2

Function Details

add/2

add(StmtName, Statement) -> any()

all/0

all() -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

fetch/1

fetch(StmtName) -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

prepare/3

prepare(ConnId, StmtName, Version) -> any()

remove/1

remove(ConnId) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()

version/2

version(ConnId, StmtName) -> any()


Generated by EDoc, Feb 27 2014, 12:21:24.