Modulesยง
- admin ๐
- copy_
database ๐ - copy_
query_ ๐to - copy_
table_ ๐from - copy_
table_ ๐to - cursor ๐
- ddl ๐
- describe ๐
- dml ๐
- set ๐
- show ๐
- tql ๐
Structsยง
Functionsยง
- attach_
timeout ๐ - derive_
timeout ๐If the relevant variables are set, the timeout is enforced for all PostgreSQL statements. For MySQL, it applies only to read-only statements. - extract_
timestamp ๐Extracts timestamp from a HashMap<String, String> with given key. - Extracts timestamp range from OptionMap with keys
start_time
andend_time
. The timestamp ranges should be a valid timestamp string as defined in [Timestamp::from_str]. The timezone used for conversion will respect that insidequery_ctx
. - Converts [CopyDatabaseArgument] to [CopyDatabaseRequest]. This function extracts the necessary info including catalog/database name, time range, etc.