You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
37 lines
685 B
Plaintext
37 lines
685 B
Plaintext
|
|
---
|
||
|
|
sidebar_position: 4
|
||
|
|
---
|
||
|
|
|
||
|
|
import Tabs from '@theme/Tabs';
|
||
|
|
import TabItem from '@theme/TabItem';
|
||
|
|
|
||
|
|
# Clear table
|
||
|
|
Clears the database table
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
`Function ClearTable(Val Table, Val Connection = "", Val Tls = "") Export`
|
||
|
|
|
||
|
|
| Parameter | CLI option | Type | Required | Description |
|
||
|
|
|-|-|-|-|-|
|
||
|
|
| Table | --table | String | ✔ | Table name |
|
||
|
|
| Connection | --dbc | String, Arbitrary | ✖ | Connection or connection string |
|
||
|
|
| Tls | --tls | Structure Of KeyAndValue | ✖ | TLS settings, if necessary. See GetTlsSettings |
|
||
|
|
|
||
|
|
|
||
|
|
Returns: Map Of KeyAndValue - Result of query execution
|
||
|
|
|
||
|
|
<br/>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
```bsl title="1C:Enterprise/OneScript code example"
|
||
|
|
|
||
|
|
```
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|