Difference between revisions of "SQWareProduction:generic:lib:sqwgen GatherStructure.lib"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
 
Line 4: Line 4:
 
Functions explanation:
 
Functions explanation:
 
<pre>
 
<pre>
gfsqw_InsertIndicators "AllSchemas"
 
 
gfsqw_InsertIndicators "columns differences"
 
gfsqw_InsertIndicators "columns differences"
 
gfsqw_InsertIndicators "indexes differences"
 
gfsqw_InsertIndicators "indexes differences"
gfsqw_InsertIndicators "prepare columns differences"
 
gfsqw_InsertIndicators "prepare indexes differences"
 
gfsqw_InsertIndicators "prepare tables differences" 'GiveResult'
 
gfsqw_InsertIndicators "structures status $lvsqw_CheckType"
 
 
gfsqw_InsertIndicators "tables differences"
 
gfsqw_InsertIndicators "tables differences"
 
lfsqw_GenerateIndexesInsert =>  
 
lfsqw_GenerateIndexesInsert =>  
lfsqw_InsertAllSchemas =>  
+
lfsqw_InsertCheckStatus =>  
 +
lfsqw_InsertCheckStatus 'columns'
 +
lfsqw_InsertCheckStatus 'indexes'
 +
lfsqw_InsertCheckStatus 'tables'
 
lfsqw_InsertColumnsDifferences =>  
 
lfsqw_InsertColumnsDifferences =>  
 
lfsqw_InsertIndexesDifferences =>  
 
lfsqw_InsertIndexesDifferences =>  

Latest revision as of 19:33, 8 March 2020

shell functions library $gvsqw_GenBin/../lib/sqwgen_GatherStructure.lib:
lib for sqw..._GatherIndicators.ksh
Functions explanation:

gfsqw_InsertIndicators "columns differences"
gfsqw_InsertIndicators "indexes differences"
gfsqw_InsertIndicators "tables differences"
lfsqw_GenerateIndexesInsert => 
lfsqw_InsertCheckStatus => 
lfsqw_InsertCheckStatus 'columns'
lfsqw_InsertCheckStatus 'indexes'
lfsqw_InsertCheckStatus 'tables'
lfsqw_InsertColumnsDifferences => 
lfsqw_InsertIndexesDifferences => 
lfsqw_InsertStructureOk => 
lfsqw_InsertTablesDifferences => 
lfsqw_PrepareColumnsDifferences => 
lfsqw_PrepareIndexesDifferences => 
lfsqw_PrepareTablesDifferences => 


Nuvola apps information.png
Note:
You can overload functions contained in $gvsqw_GenBin/../lib/sqwgen_GatherStructure.lib

by function with same name in $gvsqw_GenBin/../lib_cust/sqwgen_GatherStructure.lib for all your environnement
or by $HOME/sqwConfig/sqwgen_GatherStructure.lib specifically for this user .