qlc

Functions


append(QHs) -> term()

append(QH1, QH2) -> term()

cursor(QH) -> term()

cursor(QH, Options) -> term()

delete_cursor(Qlc_cursor) -> term()

e(QH) -> term()

e(QH, Options) -> term()

eval(QH) -> term()

eval(QH, Options) -> term()

fold(Fun, Acc0, QH) -> term()

fold(Fun, Acc0, QH, Options) -> term()

format_error(E) -> term()

info(QH) -> term()

info(QH, Options) -> term()

keysort(KeyPos, QH) -> term()

keysort(KeyPos, QH, Options) -> term()

next_answers(C) -> term()

next_answers(Qlc_cursor, NumOfAnswers) -> term()

parse_transform(Forms, Options) -> term()

q(QLC_lc) -> term()

q(Qlc_lc, Options) -> term()

sort(QH) -> term()

sort(QH, Options) -> term()

string_to_handle(Str) -> term()

string_to_handle(Str, Options) -> term()

string_to_handle(Str, Options, Bindings) -> term()

table(TraverseFun, Options) -> term()

transform_from_evaluator(LC, Bs0) -> term()

template_state() -> term()

View Functions