Search Results for

    Show / Hide Table of Contents

    Class CommandStack

    Runtime stack. It executes all operations

    Inheritance
    System.Object
    CommandStack
    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: SqlDotNet.Runtime
    Assembly: SqlDotNet.dll
    Syntax
    public class CommandStack

    Constructors

    | Improve this Doc View Source

    CommandStack()

    Create the stack

    Declaration
    public CommandStack()

    Fields

    | Improve this Doc View Source

    STACKSIZE

    Global stack size

    Declaration
    public const ushort STACKSIZE = 4096
    Field Value
    Type Description
    System.UInt16

    Methods

    | Improve this Doc View Source

    Execute(OperatorType)

    Execute the stack

    Declaration
    public void Execute(OperatorType opType)
    Parameters
    Type Name Description
    OperatorType opType

    Task to execute

    | Improve this Doc View Source

    Push(Object, DataType)

    Push an object to the stack

    Declaration
    public void Push(object value, DataType dataType)
    Parameters
    Type Name Description
    System.Object value

    Value for calculation

    DataType dataType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx