Difference between revisions of "SQWareProduction:mssql:lib:sqwmsq GatherStructure.lib"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Functions explanation: | Functions explanation: | ||
<pre> | <pre> | ||
− | + | gfsqw_BeginningCom | |
− | + | gfsqw_GenDatabasesList|sed 's,\\,,g' > $gvsqw_TmpFile.lst_db | |
− | + | gfsqw_GenericExecFisql $gvsqw_TmpFile.sql 2>&1 | |
+ | gfsqw_GenericExecFisql $gvsqw_TmpFile.sql 2>&1 | ||
+ | gfsqw_InsertIndicators "columns informations" | ||
+ | gfsqw_InsertIndicators "indexes informations" | ||
+ | gfsqw_InsertIndicators "tables informations" | ||
lfsqw_Columns => | lfsqw_Columns => | ||
lfsqw_GatherTables => | lfsqw_GatherTables => | ||
lfsqw_Indexes => | lfsqw_Indexes => | ||
+ | lfsqw_InsertColumnsDifferences | ||
+ | lfsqw_InsertIndexesDifferences | ||
+ | lfsqw_InsertStructureOk "columns" | ||
+ | lfsqw_InsertStructureOk "indexes" | ||
+ | lfsqw_InsertStructureOk "tables" | ||
+ | lfsqw_InsertTablesDifferences | ||
lfsqw_PrepareColumnsDifferences | lfsqw_PrepareColumnsDifferences | ||
lfsqw_PrepareIndexesDifferences | lfsqw_PrepareIndexesDifferences | ||
− | lfsqw_PrepareTablesDifferences | + | lfsqw_PrepareTablesDifferences |
lfsqw_Tables => | lfsqw_Tables => | ||
</pre> | </pre> |
Latest revision as of 18:21, 24 January 2023
shell functions library $gvsqw_MsqBin/../lib/sqwmsq_GatherStructure.lib:
lib for sqwmsq_GatherStructure.ksh
Functions explanation:
gfsqw_BeginningCom gfsqw_GenDatabasesList|sed 's,\\,,g' > $gvsqw_TmpFile.lst_db gfsqw_GenericExecFisql $gvsqw_TmpFile.sql 2>&1 gfsqw_GenericExecFisql $gvsqw_TmpFile.sql 2>&1 gfsqw_InsertIndicators "columns informations" gfsqw_InsertIndicators "indexes informations" gfsqw_InsertIndicators "tables informations" lfsqw_Columns => lfsqw_GatherTables => lfsqw_Indexes => lfsqw_InsertColumnsDifferences lfsqw_InsertIndexesDifferences lfsqw_InsertStructureOk "columns" lfsqw_InsertStructureOk "indexes" lfsqw_InsertStructureOk "tables" lfsqw_InsertTablesDifferences lfsqw_PrepareColumnsDifferences lfsqw_PrepareIndexesDifferences lfsqw_PrepareTablesDifferences lfsqw_Tables =>