odbc

Functions


start() -> term()

start(Type) -> term()

stop() -> term()

connect(ConnectionStr, Options) -> term()

disconnect(ConnectionReference) -> term()

commit(ConnectionReference, CommitMode) -> term()

commit(ConnectionReference, X2, TimeOut) -> term()

sql_query(ConnectionReference, SQLQuery) -> term()

sql_query(ConnectionReference, SQLQuery, TimeOut) -> term()

select_count(ConnectionReference, SQLQuery) -> term()

select_count(ConnectionReference, SQLQuery, TimeOut) -> term()

first(ConnectionReference) -> term()

first(ConnectionReference, TimeOut) -> term()

last(ConnectionReference) -> term()

last(ConnectionReference, TimeOut) -> term()

next(ConnectionReference) -> term()

next(ConnectionReference, TimeOut) -> term()

prev(ConnectionReference) -> term()

prev(ConnectionReference, TimeOut) -> term()

select(ConnectionReference, Position, N) -> term()

select(ConnectionReference, X2, N, TimeOut) -> term()

param_query(ConnectionReference, SQLQuery, Params) -> term()

param_query(ConnectionReference, SQLQuery, Params, TimeOut) -> term()

describe_table(ConnectionReference, Table) -> term()

describe_table(ConnectionReference, Table, TimeOut) -> term()

init(Args) -> term()

handle_call(Request, From, State) -> term()

handle_cast(Msg, State) -> term()

handle_info(Info, State) -> term()

terminate(Reason, State) -> term()

code_change(Vsn, State, Extra) -> term()

View Functions