PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSExecSql

    Serviços de execução de queries a partir de um objecto conceptual (que representa os dados a actualizar).

    Inheritance
    System.Object
    StdBSExecSql
    Implements
    IStdBSExecSql
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("32F8B646-A942-4A18-9B62-D69A26C4767A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSExecSql : IStdBSExecSql

    Methods

    CarregaXML(String)

    Carrega XML.

    Declaration
    public ADORecordSetHelper CarregaXML(string strXml)
    Parameters
    Type Name Description
    System.String strXml

    Xml.

    Returns
    Type Description
    UpgradeHelpers.DB.ADO.ADORecordSetHelper

    Executa(StdBEExecSql)

    Executa a instrução SQL resultante da definição.

    Declaration
    public void Executa(StdBEExecSql ExecSql)
    Parameters
    Type Name Description
    StdBEExecSql ExecSql

    Definição da instrução SQL.

    ExecutaSP(String, ref String)

    Executes the sp.

    Declaration
    public StdBELista ExecutaSP(string strSQL, ref string strMsgs)
    Parameters
    Type Name Description
    System.String strSQL

    The string SQL.

    System.String strMsgs

    The string MSGS.

    Returns
    Type Description
    StdBELista

    ExecutaSPEx(String, ref String, Object[])

    Executes the sp.

    Declaration
    public bool ExecutaSPEx(string strNomeSP, ref string strMsgs, params object[] vntParams)
    Parameters
    Type Name Description
    System.String strNomeSP
    System.String strMsgs

    The string MSGS.

    System.Object[] vntParams

    The parameters array.

    Returns
    Type Description
    System.Boolean

    ExecutaXML(String)

    Executa XML.

    Declaration
    public string ExecutaXML(string strSQL)
    Parameters
    Type Name Description
    System.String strSQL

    Query Sql.

    Returns
    Type Description
    System.String

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    IStdBSExecSql