| do_query/2 | |
| do_query_without_retrieve_rows/2 | |
| do_query_without_retrieve_rows/3 | |
| do_recv/1 | |
| fetch/2 | |
| init/6 | |
| init/7 | |
| quit/1 | |
| quote/1 | |
| quote/2 |
do_query(Conn, Query) -> any()
do_query_without_retrieve_rows(Conn, Query) -> any()
do_query_without_retrieve_rows(Conn, Query, Callback) -> any()
do_recv(Conn) -> any()
fetch(Conn, Queries) -> any()
init(Host, Port, User, Password, Database, LogFun) -> any()
init(Host, Port, User, Password, Database, LogFun, Encoding) -> any()
quit(Conn) -> any()
quote(String) -> any()
quote(Rest, Acc) -> any()
Generated by EDoc