Erlang/OTP Permuted Index

Permuted index of Erlang/OTP functions and commands

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Q

Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
  Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/2
  Queries the database to find out the data types of the columns of the table Table. odbc:describe_table/3
Evaluate a query. xref:q/3
Executes a parameterized SQL query. odbc:param_query/3
Executes a parameterized SQL query. odbc:param_query/4
Fold a function over the answers to a query. qlc:fold/4
Optimize a query mnemosyne:reoptimize/1
Return all answers to a query. qlc:e/2
Return all answers to a query. qlc:eval/2
Return some or all answers to a query. qlc:next_answers/2
Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows} is returned. odbc:select_count/2
Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows} is returned. odbc:select_count/3
Stop the query associated with Cursor mnemosyne:delete_cursor/1
Create a query cursor. qlc:cursor/2
Delete a query cursor. qlc:delete_cursor/1
Return a query handle. qlc:append/1
Return a query handle. qlc:append/2
Return a query handle. qlc:keysort/3
Return a query handle. qlc:sort/2
Return a QLC query handle. dets:table/2
Return a QLC query handle. ets:table/2
Return a QLC query handle. mnesia:table/2
Return code describing a query handle. qlc:info/2
Return a query handle for a table. qlc:table/2
Quick query initialization mnemosyne:init_query/1
Quick query initialization mnemosyne:init_query/2
Return a handle for a query list comprehension. qlc:q/2
Return a handle for a query list comprehension. qlc:string_to_handle/3
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Create a query setup mnemosyne:setup_query/1
Delete a query setup. mnemosyne:delete_query/1
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Split a RequestLine in a file reference and a QueryString or a PathInfo string. httpd_util:split_path/1
Split a RequestLine in a file reference to an executable and a QueryString or a PathInfo string. httpd_util:split_script_path/1
Convert a list to a queue queue:from_list/1
Create a new empty FIFO queue queue:new/0
Dequeue data from the head of the driver queue erl_driver:int driver_deq/2
Enqueue binary in the driver queue erl_driver:int driver_enq_bin/4
Enqueue data in the driver queue erl_driver:int driver_enq/3
Enqueue vector in the driver queue erl_driver:int driver_enqv/3
Get the length of a queue queue:len/1
Insert an item at the end of a queue queue:snoc/2
Insert an item at the head of a queue queue:cons/2
Insert an item at the head of a queue queue:in_r/2
Insert an item at the tail of a queue queue:in/2
Push binary at the head of the driver queue erl_driver:int driver_pushq_bin/4
Push data at the head of the driver queue erl_driver:int driver_pushq/3
Push vector at the head of the driver queue erl_driver:int driver_pushqv/3
Remove the head item from a queue queue:out/1
Remove the head item from a queue queue:tail/1
Remove the last item from a queue queue:init/1
Remove the last item from a queue queue:lait/1
Remove the last item from a queue queue:out_r/1
Return the item at the head of a queue queue:head/1
Return the last item of a queue queue:daeh/1
Return the last item of a queue queue:last/1
Return the size of the driver queue erl_driver:int driver_sizeq/1
Reverse a queue queue:reverse/1
Get the driver queue as a vector erl_driver:SysIOVec* driver_peekq/2
Split a queue in two queue:split/2
Test if a queue is empty queue:is_empty/1
Convert a queue to a list queue:to_list/1
Join two queues queue:join/2
  Quick query initialization mnemosyne:init_query/1
  Quick query initialization mnemosyne:init_query/2
  Quit - shorthand for init:stop() c:q/0
  Quit Toolbar. toolbar:quit/0

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z