Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ functions
Functions
262 in github.com/daniel2005d/mapXplore
⨍
Functions
262
◇
Types & classes
38
↳
Endpoints
1
↓ 1 callers
Method
create_columns
(self, tablename:str, columns)
database/SQliteDB.py:187
↓ 1 callers
Method
create_columns
(self, tablename:str, columns)
database/PostgreSQL.py:237
↓ 1 callers
Method
create_database
(self, dbname:str)
database/db.py:44
↓ 1 callers
Method
create_filename
(values:list[str], tablename:str=None)
utils/utils.py:95
↓ 1 callers
Method
create_query_to_all_values
(self, value_to_find, operator='or')
database/db.py:81
↓ 1 callers
Method
create_table
(self, name:str, columns=None)
database/db.py:47
↓ 1 callers
Method
create_tables
(self, database:str)
middle/data_importer.py:55
↓ 1 callers
Method
do_back
Return to main module
console/console.py:77
↓ 1 callers
Method
do_set
(self, args:cmd2.Statement)
console/modules/configCommand.py:74
↓ 1 callers
Method
elapsed_time
(self)
lib/stopwatch.py:15
↓ 1 callers
Method
execute_query
(self, query:str)
database/db.py:84
↓ 1 callers
Method
export
(self, format:str=None)
middle/data_operation.py:150
↓ 1 callers
Method
export_content_seed
(self, limit:int=10)
middle/data_operation.py:156
↓ 1 callers
Method
format_number
(value:object)
utils/utils.py:31
↓ 1 callers
Method
get_column
(self, index:int=None, column_name:str=None)
model/result.py:23
↓ 1 callers
Method
get_data_type
(content:bytes)
utils/utils.py:81
↓ 1 callers
Method
get_default_commands
()
config/settings.py:68
↓ 1 callers
Method
get_file_type
(self, content_bytes:bytes)
lib/file_reader.py:101
↓ 1 callers
Method
get_filename
(filename:str)
utils/utils.py:89
↓ 1 callers
Method
get_files_ofDatabase
(self)
config/settings.py:285
↓ 1 callers
Method
get_from_base64
(self, text:str)
lib/file_reader.py:174
↓ 1 callers
Method
get_hash_value
(text, hash_type)
lib/crypto/hashes.py:5
↓ 1 callers
Method
get_office
(self, content:bytearray)
lib/file_reader.py:106
↓ 1 callers
Method
get_principal_db
(dbms)
config/settings.py:133
↓ 1 callers
Method
get_rows
(self, tablename:str, limit:int=10)
database/db.py:74
↓ 1 callers
Method
get_structure
(self, filename:str)
lib/file_manager.py:21
↓ 1 callers
Method
get_tables_and_columns
(self)
database/SQliteDB.py:152
↓ 1 callers
Method
get_tables_and_columns
(self)
database/PostgreSQL.py:187
↓ 1 callers
Method
get_tables_count
(self)
database/db.py:68
↓ 1 callers
Function
get_text
()
i18n/locale.py:6
↓ 1 callers
Method
get_zip_files
(self, content:bytearray)
lib/file_reader.py:95
↓ 1 callers
Method
insert_data
(self, database:str, path:str)
middle/data_importer.py:68
↓ 1 callers
Method
insert_many
(self, tablename, data, columns=None)
database/db.py:56
↓ 1 callers
Method
isHexa
(text:str)
utils/utils.py:116
↓ 1 callers
Method
is_base64
(value:str)
utils/utils.py:42
↓ 1 callers
Method
is_bool
(value:str)
utils/utils.py:38
↓ 1 callers
Method
is_readable
(content:bytes)
utils/utils.py:53
↓ 1 callers
Method
remove_invalidchars
(text:str, valid_chars:list[str])
utils/utils.py:121
↓ 1 callers
Method
run
(self, option:QueryType, value, hash_type:str=None)
middle/data_operation.py:221
↓ 1 callers
Method
run_query
Run the query and highlight the text that matches. Args: sentence (str): Run T-SQL query with relevant information
middle/data_operation.py:193
↓ 1 callers
Method
save_content
(self, items:list[Result])
lib/save_manager.py:122
↓ 1 callers
Method
save_file
(self, content,format:str, filename=None)
lib/file_reader.py:136
↓ 1 callers
Method
search_columns
(self, filter:str)
database/db.py:62
↓ 1 callers
Method
search_tables
(self, filter:str,operator:str='ilike', logic_operator:str='or')
database/PostgreSQL.py:293
↓ 1 callers
Method
search_text_array
(text:str,list:list[str])
utils/utils.py:21
↓ 1 callers
Method
select
(self, tables:list[str])
middle/data_operation.py:255
↓ 1 callers
Method
select_table
(self, table_name:str)
database/db.py:94
↓ 1 callers
Function
show_banner
()
engine.py:11
↓ 1 callers
Method
stop
(self)
lib/stopwatch.py:12
↓ 1 callers
Method
table_count_rows
(self)
middle/data_operation.py:167
↓ 1 callers
Method
test_connection
(self)
database/db.py:87
Method
__init__
(self,*argv, **kwargs)
dbConnector.py:7
Method
__init__
(self, *args, **kwargs)
console/console.py:16
Method
__init__
(self)
console/modules/importCommand.py:10
Method
__init__
(self, args, section=None)
console/modules/configCommand.py:13
Method
__init__
(self, args)
console/modules/queryCommand.py:14
Method
__init__
(self)
console/modules/argumentsManager.py:3
Method
__init__
(self, dbname:str, connectionsettings:Connection)
database/db.py:7
Method
__init__
(self, **kwargs)
database/connection.py:2
Method
__init__
(self, dbname:str, connectionsettings:Connection)
database/PostgreSQL.py:13
Method
__init__
(self, *args: object, message_key=None,message=None, isError=True)
middle/mapexception.py:3
Method
__init__
(self)
middle/data_operation.py:15
Method
__init__
(self)
middle/data_importer.py:13
Method
__init__
(self)
lib/stopwatch.py:5
Method
__init__
(self)
lib/file_reader.py:23
Method
__init__
(self)
lib/file_manager.py:12
Method
__init__
(self)
lib/save_manager.py:12
Method
__init__
(self, **kwargs)
model/base64convert.py:2
Method
__init__
(self, **kwargs)
model/base64_item.py:2
Method
__init__
(self)
model/filecontent.py:2
Method
__init__
(self, **kwargs)
model/result.py:4
Method
__init__
(self, **kwargs)
model/result.py:42
Method
__init__
(self, **kwargs)
model/query.py:2
Method
__new__
(cls, *args, **kwargs)
config/settings.py:139
Method
__str__
(self)
middle/mapexception.py:9
Method
__str__
(self)
lib/stopwatch.py:23
Method
_get_arguments
(self, args, length=2)
console/modules/argumentsManager.py:6
Method
_get_columns_from_table
(self, tablename:str)
database/db.py:33
Method
_gethash
(self, data)
database/db.py:90
Method
_postcmd
(self, data: cmd2.plugin.PostcommandData)
console/console.py:62
Method
_value_exists
(self, tablename:str, hash:str)
database/PostgreSQL.py:197
Method
append
(self, rows:list[Result])
model/result.py:53
Method
complete_search
(self, text, line, begidx, endidx)
console/modules/queryCommand.py:54
Method
complete_unset
(self, text, line, idx, endx)
console/modules/configCommand.py:64
Method
create_columns
(self, tablename:str, columns)
database/db.py:50
Method
create_database
(self, dbname:str)
database/SQliteDB.py:97
Method
create_database
(self, dbname:str)
database/PostgreSQL.py:216
Method
create_query_to_all_values
(self, value_to_find, operator='or')
database/SQliteDB.py:162
Method
create_query_to_all_values
(self, filter:str,operator:str='or', logic_operator:str='or')
database/PostgreSQL.py:148
Method
create_table
(self, name:str, columns=None)
database/SQliteDB.py:181
Method
create_table
(self, name:str, columns=None)
database/PostgreSQL.py:224
Method
csv_delimiter
(self)
config/settings.py:269
Method
database
(self)
config/settings.py:273
Method
database_name
(self)
config/settings.py:237
Method
dbms
(self)
config/settings.py:242
Method
do_clean
(self, arg)
console/modules/queryCommand.py:68
Method
do_columns
(self, args)
console/modules/queryCommand.py:89
Method
do_databases
(self, _)
console/modules/queryCommand.py:86
Method
do_export
(self, args)
console/modules/queryCommand.py:97
Method
do_load
(self, args:cmd2.Statement)
console/modules/configCommand.py:52
← previous
next →
101–200 of 262, ranked by callers