Toggle Sidebar
Toggle Theme
Mariaex
v0.9.1
Pages
Modules
Exceptions
Mariaex
Top
Summary
Types
conn/0
Functions
child_spec/1
close!/3
close/3
execute!/4
execute/4
prepare!/4
prepare/4
prepare_execute!/5
prepare_execute/5
query!/4
query/4
rollback/2
start_link/1
stream/4
transaction/3
Mariaex.Coder
Top
Summary
Functions
defcoder/2
gen_encoder/3
Mariaex.Coder.Utils
Top
Summary
Functions
length_encoded_integer/1
length_encoded_string/1
length_encoded_string_eof/2
to_length_encoded_integer/1
Mariaex.Column
Mariaex.Connection
Top
Summary
Functions
query!/2
query!/3
query!/4
query/2
query/3
query/4
start_link/1
Mariaex.Connection.Socket
Top
Summary
Functions
close/1
connect/4
fake_message/2
receive/2
recv/3
recv_active/3
send/2
setopts/2
tag/0
Mariaex.Connection.Ssl
Top
Summary
Functions
close/1
fake_message/2
receive/2
recv/3
recv_active/3
send/2
setopts/2
tag/0
Mariaex.Connection.Tcp
Top
Summary
Functions
close/1
connect/4
fake_message/2
receive/2
recv/3
recv_active/3
send/2
setopts/2
tag/0
Mariaex.Geometry.LineString
Top
Summary
Types
t/0
Mariaex.Geometry.Point
Top
Summary
Types
t/0
Mariaex.Geometry.Polygon
Top
Summary
Types
t/0
Mariaex.ProtocolHelper
Top
Summary
Functions
def_handle/2
Mariaex.Query
Mariaex.Result
Top
Summary
Types
t/0
Mariaex.RowParser
Top
Summary
Functions
decode_bin_rows/5
decode_init/1
decode_text_init/1
decode_text_rows/4
Mariaex v0.9.1
Mariaex.Connection
View Source
Main API for Mariaex. This module handles the connection to .
Link to this section
Summary
Functions
query!(conn, statement)
query!(conn, statement, params)
query!(conn, statement, params, opts)
query(conn, statement)
query(conn, statement, params)
query(conn, statement, params, opts)
start_link(opts)
Link to this section
Functions
Link to this function
query!(conn, statement)
View Source
Link to this function
query!(conn, statement, params)
View Source
Link to this function
query!(conn, statement, params, opts)
View Source
Link to this function
query(conn, statement)
View Source
Link to this function
query(conn, statement, params)
View Source
Link to this function
query(conn, statement, params, opts)
View Source
Link to this function
start_link(opts)
View Source