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

From Wiki_dbSQWare
Jump to navigation Jump to 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"
Line 12: Line 13:
gfsqw_InsertIndicators "tables differences"
gfsqw_InsertIndicators "tables differences"
lfsqw_GenerateIndexesInsert =>  
lfsqw_GenerateIndexesInsert =>  
lfsqw_InsertAllSchemas =>
lfsqw_InsertColumnsDifferences =>  
lfsqw_InsertColumnsDifferences =>  
lfsqw_InsertIndexesDifferences =>  
lfsqw_InsertIndexesDifferences =>  

Revision as of 09:53, 26 September 2019

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

gfsqw_InsertIndicators "AllSchemas"
gfsqw_InsertIndicators "columns 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"
lfsqw_GenerateIndexesInsert => 
lfsqw_InsertAllSchemas => 
lfsqw_InsertColumnsDifferences => 
lfsqw_InsertIndexesDifferences => 
lfsqw_InsertStructureOk => 
lfsqw_InsertTablesDifferences => 
lfsqw_PrepareColumnsDifferences => 
lfsqw_PrepareIndexesDifferences => 
lfsqw_PrepareTablesDifferences => 


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 .