ESPERiC Ver3.2
Gear API
DataServiceEx.DataServiceEx Member List

This is the complete list of members for DataServiceEx.DataServiceEx, including all inherited members.

__init__(self, is_macro_stop=False, is_language="ja-JP")DataServiceEx.DataServiceEx
add_realitem(self, table_name, add_position, new_item_name, item_type, file_name)DataServiceEx.DataServiceEx
append_row(self, table_name, row_count, start_row=1)DataServiceEx.DataServiceEx
calc(self, table_name, item_name, calc_string, row_count=-1, start_row=1, setid=-1)DataServiceEx.DataServiceEx
catalog(self, table_name, file_name, catalog_name, mode=None)DataServiceEx.DataServiceEx
categorize(self, table_name, item_name, category_table_name)DataServiceEx.DataServiceEx
clear_ws(self)DataServiceEx.DataServiceEx
comment(self, comment)DataServiceEx.DataServiceEx
compression(self, table_name)DataServiceEx.DataServiceEx
convert_type(self, table_name, item_name, data_type)DataServiceEx.DataServiceEx
create_table(self, row_count, table_name)DataServiceEx.DataServiceEx
db_codeset(self, db_code)DataServiceEx.DataServiceEx
db_load(self, file_name)DataServiceEx.DataServiceEx
db_save(self, file_name)DataServiceEx.DataServiceEx
delete_allset(self, table_name)DataServiceEx.DataServiceEx
delete_item(self, table_name, item_name)DataServiceEx.DataServiceEx
delete_resultset(self, table_name, setid)DataServiceEx.DataServiceEx
delete_row(self, table_name, start_row, row_count, setid=-1)DataServiceEx.DataServiceEx
delete_set(self, table_name, setid)DataServiceEx.DataServiceEx
delete_table(self, table_name)DataServiceEx.DataServiceEx
duplicate_item(self, table_name, item_name)DataServiceEx.DataServiceEx
duplicate_table(self, table_name)DataServiceEx.DataServiceEx
edit_comma(self, table_name, item_name, is_edit='Yes')DataServiceEx.DataServiceEx
extract_set(self, table_name, setid, is_view_table_id='Yes', is_record_number='Yes', item_name_list=' *', new_table_name=None)DataServiceEx.DataServiceEx
extract_unique(self, table_name, setid, item_name_list=' *', is_keep_order='Yes')DataServiceEx.DataServiceEx
fill_cell(self, table_name, item_name, set_string, start_row=1, row_count=-1, setid=-1)DataServiceEx.DataServiceEx
float_format(self, table_name, item_name, digit)DataServiceEx.DataServiceEx
get_cell(self, table_name, item_name, start_row=1, row_count=1, setid=-1)DataServiceEx.DataServiceEx
get_data_type(self, table_name, item_name)DataServiceEx.DataServiceEx
get_itemlist(self, table_name)DataServiceEx.DataServiceEx
get_license_expiration(self)DataServiceEx.DataServiceEx
get_limit_cpu(self)DataServiceEx.DataServiceEx
get_limit_memory(self)DataServiceEx.DataServiceEx
get_limit_row(self)DataServiceEx.DataServiceEx
get_memory(self, table_name)DataServiceEx.DataServiceEx
get_rowcount(self, table_name, setid=-1)DataServiceEx.DataServiceEx
get_setid_list(self, table_name)DataServiceEx.DataServiceEx
get_tablelist(self)DataServiceEx.DataServiceEx
get_tablename(self, tableid)DataServiceEx.DataServiceEx
get_tuple(self, table_name, start_row=1, fetch_size=128, setid=-1)DataServiceEx.DataServiceEx
get_tuple_asjson(self, table_name, start_row=1, fetch_size=128, setid=-1)DataServiceEx.DataServiceEx
get_valuelist(self, table_name, setid, item_name)DataServiceEx.DataServiceEx
get_version(self)DataServiceEx.DataServiceEx
insert_row(self, table_name, row_count, start_row=1)DataServiceEx.DataServiceEx
join(self, table_name, master_table_name, slave_table_name, master_setid, slave_setid, master_join_key, slave_join_key, is_in_out, is_transfer_item='No')DataServiceEx.DataServiceEx
join_inout(self, table_name, is_slave, is_in_out)DataServiceEx.DataServiceEx
join_realize(self, join_table_name, real_table_name, setid, master_rec_number='Yes', slave_rec_number='Yes', item_name_list=' *')DataServiceEx.DataServiceEx
LastMessageDataServiceEx.DataServiceExstatic
load(self, file_name)DataServiceEx.DataServiceEx
load_arrow(self, table, columns=None)DataServiceEx.DataServiceEx
move_currentset(self, table_name, setid)DataServiceEx.DataServiceEx
move_item(self, table_name, item_name_list, item_name)DataServiceEx.DataServiceEx
output_log(self, is_content='No', is_result='Yes', is_recipe='No', is_document='No')DataServiceEx.DataServiceEx
overwrite(self, table_name, item_name, start_row, row_count, fill_string_list, is_ex_space='No', setid=-1)DataServiceEx.DataServiceEx
overwrite_batch(self, table_name, start_row, row_count, fill_string_list, setid=-1)DataServiceEx.DataServiceEx
read_csv(self, table_name, file_name)DataServiceEx.DataServiceEx
read_parquet(self, table_name, file_name, columns=None)DataServiceEx.DataServiceEx
rename_item(self, table_name, item_name, new_item_name)DataServiceEx.DataServiceEx
rename_table(self, table_name, new_table_name)DataServiceEx.DataServiceEx
save(self, file_name)DataServiceEx.DataServiceEx
save_arrow(self, table_name, setid=-1, columns=None)DataServiceEx.DataServiceEx
search(self, table_name, item_name, setid, search_string)DataServiceEx.DataServiceEx
search_string(self, table_name, setid, expression)DataServiceEx.DataServiceEx
search_values(self, table_name, item_name, setid, search_string_list)DataServiceEx.DataServiceEx
search_values_bycsv(self, table_name, item_name, setid, file_name)DataServiceEx.DataServiceEx
search_values_bytable(self, table_name, item_name, setid, list_table_name, list_item_name, list_setid)DataServiceEx.DataServiceEx
set_cell(self, table_name, item_name, start_row, row_count, fill_string_list, setid=-1)DataServiceEx.DataServiceEx
set_comment(self, table_name, setid, comment_string)DataServiceEx.DataServiceEx
set_license(self, license_key)DataServiceEx.DataServiceEx
setand(self, table_name, src_setid, dst_setid)DataServiceEx.DataServiceEx
setnot(self, table_name, setid)DataServiceEx.DataServiceEx
setor(self, table_name, src_setid, dst_setid)DataServiceEx.DataServiceEx
setsub(self, table_name, src_setid, dst_setid)DataServiceEx.DataServiceEx
sort(self, table_name, item_name, setid, sort_type='ASC')DataServiceEx.DataServiceEx
sort_item(self, table_name, sort_key)DataServiceEx.DataServiceEx
start_sdc3(self)DataServiceEx.DataServiceEx
transfer_item(self, table_name, item_name)DataServiceEx.DataServiceEx
union(self, table_name, master_table_name, slave_table_name, master_setid, slave_setid, master_union_key, slave_union_key, is_master_tableid='Yes', is_slave_rec_number='Yes', is_delete_table='No')DataServiceEx.DataServiceEx
visible_item(self, table_name, item_name, is_visibility='Yes')DataServiceEx.DataServiceEx
write_csv(self, table_name, file_name, setid, delimiter='CSV', write_top=1, write_bottom=-1, write_left=1, write_right=-1, is_header='Yes')DataServiceEx.DataServiceEx
write_csv_selectitem(self, table_name, file_name, setid, delimiter='CSV', write_top=1, write_bottom=-1, item_name_list=' *', is_header='Yes')DataServiceEx.DataServiceEx
write_parquet(self, table_name, file_name, setid=-1, columns=None)DataServiceEx.DataServiceEx
xsum(self, table_name, setid, dimension_item_list, measure_item_list)DataServiceEx.DataServiceEx