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

Creates an abstract qualified name. erl_syntax:qualified_name/1
Returns the list of name segments of a qualified_name node. erl_syntax:qualified_name_segments/1
Creates an abstract arity qualifier. erl_syntax:arity_qualifier/1
Creates an abstract class qualifier. erl_syntax:class_qualifier/1
Creates an abstract module qualifier. erl_syntax:module_qualifier/1
Creates an abstract size qualifier. erl_syntax:size_qualifier/1
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
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
Create a query cursor. qlc:cursor/2
Delete a query cursor. qlc:delete_cursor/1
Creates an abstract Mnemosyne query expression. erl_syntax:query_expr/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
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
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
Returns the body subtree of a query_expr node. erl_syntax:query_expr_body/1
Split a RequestLinein a file reference and a QueryStringor aPathInfostring. httpd_util:split_path/1
Add a directory to the job queue. test_server_ctrl:add_dir/2
Add a directory to the job queue. test_server_ctrl:add_dir/2
Add a directory to the job queue. test_server_ctrl:add_dir/3
Add a directory to the job queue. test_server_ctrl:add_dir/3
Adds a list of test cases to the job queue. test_server_ctrl:add_cases/2
Adds a test specification file to the job queue. test_server_ctrl:add_spec/1
Adds different types of jobs to the run queue. test_server_ctrl:add_tests_with_skip/3
Adds one test case to the job queue. test_server_ctrl:add_case/2
Convert a list to a queue queue:from_list/1
Create an empty queue queue:new/0
Dequeue data from the head of the driver queue erl_driver:int driver_deq/2
Empty the message queue. test_server:messages_get/0
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
Filter a queue queue:filter/2
Get the length of a queue queue:len/1
Insert an item at the front of a queue queue:in_r/2
Insert an item at the head of a queue queue:cons/2
Insert an item at the rear of a queue queue:in/2
Insert an item at the tail of a queue queue:snoc/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 front item from a queue queue:drop/1
Remove the front item from a queue queue:out/1
Remove the head item from a queue queue:tail/1
Remove the rear item from a queue queue:drop_r/1
Remove the rear item from a queue queue:out_r/1
Remove the tail item from a queue queue:init/1
Remove the tail item from a queue queue:lait/1
Remove the tail item from a queue queue:liat/1
Return the front item of a queue queue:get/1
Return the front item of a queue queue:peek/1
Return the item at the head of a queue queue:head/1
Return the rear item of a queue queue:get_r/1
Return the rear item of a queue queue:peek_r/1
Return the size of the driver queue erl_driver:int driver_sizeq/1
Return the tail item of a queue queue:daeh/1
Return the tail item of a queue queue:last/1
Returns the job queue. test_server_ctrl:jobs/0
Reverse a queue queue:reverse/1
Test if a term is a queue queue:is_queue/1
Test if an item is in a queue queue:member/2
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
Add a module to the job queue with or without a given name. test_server_ctrl:add_module/1
Add a module to the job queue with or without a given name. test_server_ctrl:add_module/2
Join two queues queue:join/2
Similar to parse/3, but does a more quick-and-dirty processing of the code. epp_dodger:quick_parse/3
Similar to parse_file/2, but does a more quick-and-dirty processing of the code. epp_dodger:quick_parse_file/2
Similar to parse_form/3, but does a more quick-and-dirty processing of the code. epp_dodger:quick_parse_form/3
Equivalent to quick_parse_file(File, []). epp_dodger:quick_parse_file/1
Equivalent to quick_parse_form(IODevice, StartLine, []). epp_dodger:quick_parse_form/2
Equivalent to quick_parse(IODevice, 1). epp_dodger:quick_parse/1
Equivalent to quick_parse(IODevice, StartLine, []). epp_dodger:quick_parse/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