SQWareProduction:sybase:lib:sqwsyb GatherStructure.lib : Différence entre versions

De WikiFr_dbSQWare
Aller à : navigation, rechercher
m (Updated by BatchUser)
 
m (Updated by BatchUser)
 
(Une révision intermédiaire par le même utilisateur non affichée)
Ligne 4 : Ligne 4 :
 
Explication des fonctions:
 
Explication des fonctions:
 
<pre>
 
<pre>
 +
gfsqw_BeginningCom
 
gfsqw_GenDatabasesList > $gvsqw_TmpFile.lst
 
gfsqw_GenDatabasesList > $gvsqw_TmpFile.lst
 +
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 >$gvsqw_TmpFile.isOK
+
lfsqw_PrepareTablesDifferences
 
lfsqw_Tables =>  
 
lfsqw_Tables =>  
 
</pre>
 
</pre>

Version actuelle datée du 14 janvier 2023 à 20:31

librairies de fonctions shell $gvsqw_SybBin/../lib/sqwsyb_GatherStructure.lib:
lib for sqwsyb_GatherStructure.ksh
Explication des fonctions:

gfsqw_BeginningCom
gfsqw_GenDatabasesList > $gvsqw_TmpFile.lst
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 => 


Information.png
Information:
Vous pouvez surcharger les fonctions contenues dans $gvsqw_SybBin/../lib/sqwsyb_GatherStructure.lib

en redeclarant une fonction du meme nom $gvsqw_SybBin/../lib_cust/sqwsyb_GatherStructure.lib pour tous les environnements
ou dans $HOME/sqwConfig/sqwsyb_GatherStructure.lib specifiquement pour ce user .