You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
description: Explicitly closes the passed connectionСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
description: Creates a connection to the specified baseСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
description: Executes an arbitrary SQL queryСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
description: Forms a connection string from the passed dataСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
description: Forms settings for using TLSСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
description: Checks that the value is an object of an MySQL AddInСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Add-records.mdx
vendored
2
docs/en/md/MySQL/Orm/Add-records.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
description: Adds new rows to the tableСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Clear-table.mdx
vendored
2
docs/en/md/MySQL/Orm/Clear-table.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
description: Clears the database tableСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Create-database.mdx
vendored
2
docs/en/md/MySQL/Orm/Create-database.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
description: Creates a database with the specified nameСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Create-table.mdx
vendored
2
docs/en/md/MySQL/Orm/Create-table.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
description: Creates an empty table in the databaseСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Delete-database.mdx
vendored
2
docs/en/md/MySQL/Orm/Delete-database.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
description: Deletes the databaseСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Delete-records.mdx
vendored
2
docs/en/md/MySQL/Orm/Delete-records.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 9
|
||||
description: Deletes records from the tableСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Delete-table.mdx
vendored
2
docs/en/md/MySQL/Orm/Delete-table.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
description: Deletes a table from the databaseСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 10
|
||||
description: Gets the template structure for filtering records in ORM queriesСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Get-records.mdx
vendored
2
docs/en/md/MySQL/Orm/Get-records.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 7
|
||||
description: Gets records from the selected tableСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
2
docs/en/md/MySQL/Orm/Update-records.mdx
vendored
2
docs/en/md/MySQL/Orm/Update-records.mdx
vendored
@@ -1,5 +1,7 @@
|
||||
---
|
||||
sidebar_position: 8
|
||||
description: Updates the value of records by selected criteriaСтраницы
|
||||
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, MySQL]
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
|
||||
Reference in New Issue
Block a user