Interface IStdBSTabelasTemporarias
  
  
  
  
  Assembly: StdPlatBS100.dll
  Syntax
  
    [ComVisible(true)]
[Guid("2F375BED-1345-4A4D-A774-5E233EE4A08A")]
public interface IStdBSTabelasTemporarias
   
  Methods
  
  
  CriaTabela(String, String, String)
  
  
  Declaration
  
    string CriaTabela(string NomeBase, string SQLDefTabela, string strUID = "")
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        NomeBase | 
         | 
      
      
        | System.String | 
        SQLDefTabela | 
         | 
      
      
        | System.String | 
        strUID | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  CriaTabelaComSufixo(String, String, ref String)
  
  
  Declaration
  
    string CriaTabelaComSufixo(string strNomeBaseTabela, string strSufixo, ref string strSQLDefTabela)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        strNomeBaseTabela | 
         | 
      
      
        | System.String | 
        strSufixo | 
         | 
      
      
        | System.String | 
        strSQLDefTabela | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  CriaTabelaCopia(String, String, Boolean, Boolean)
  
  
  Declaration
  
    bool CriaTabelaCopia(string strNomeOrigem, string strNomeDestino, bool blnIncluiSPID = true, bool blnSubstitui = false)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        strNomeOrigem | 
         | 
      
      
        | System.String | 
        strNomeDestino | 
         | 
      
      
        | System.Boolean | 
        blnIncluiSPID | 
         | 
      
      
        | System.Boolean | 
        blnSubstitui | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  CriaTabelaIdentificador(String, String)
  
  
  Declaration
  
    string CriaTabelaIdentificador(string NomeBase, string strUID = "")
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        NomeBase | 
         | 
      
      
        | System.String | 
        strUID | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  DaUID()
  
  
  Declaration
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  DestroiTabela(String)
  
  
  Declaration
  
    void DestroiTabela(string NomeTabela)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        NomeTabela | 
         | 
      
    
  
  
  LimpaTabela(String)
  
  
  Declaration
  
    void LimpaTabela(string strNomeTabela)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        strNomeTabela | 
         |