Interface ICursor

    Definition

    Namespace:
    Tizen.Applications.DataControl
    Assembly:
    Tizen.Applications.DataControl.dll

    This interface is for the DataControl cursor.

    public interface ICursor

    Methods

    View Source

    GetBlobValue(int)

    Gets a BLOB value.

    Declaration
    byte[] GetBlobValue(int index)
    Parameters
    Type Name Description
    int index

    The index of row.

    Returns
    Type Description
    byte[]
    View Source

    GetColumnCount()

    Gets a column count.

    Declaration
    int GetColumnCount()
    Returns
    Type Description
    int
    View Source

    GetColumnName(int)

    Gets a column name.

    Declaration
    string GetColumnName(int index)
    Parameters
    Type Name Description
    int index

    The index of column.

    Returns
    Type Description
    string
    View Source

    GetColumnType(int)

    Gets a column type.

    Declaration
    ColumnType GetColumnType(int index)
    Parameters
    Type Name Description
    int index

    The index of column.

    Returns
    Type Description
    ColumnType
    View Source

    GetDoubleValue(int)

    Gets a double value.

    Declaration
    double GetDoubleValue(int index)
    Parameters
    Type Name Description
    int index

    The index of row.

    Returns
    Type Description
    double
    View Source

    GetInt64Value(int)

    Gets an int64 value.

    Declaration
    long GetInt64Value(int index)
    Parameters
    Type Name Description
    int index

    The index of row.

    Returns
    Type Description
    long
    View Source

    GetIntValue(int)

    Gets an integer value.

    Declaration
    int GetIntValue(int index)
    Parameters
    Type Name Description
    int index

    The index of row.

    Returns
    Type Description
    int
    View Source

    GetRowCount()

    Gets the numbers of rows in the cursor.

    Declaration
    long GetRowCount()
    Returns
    Type Description
    long
    View Source

    GetStringValue(int)

    Gets a string value.

    Declaration
    string GetStringValue(int index)
    Parameters
    Type Name Description
    int index

    The index of row.

    Returns
    Type Description
    string
    View Source

    Next()

    Gets a next row.

    Declaration
    bool Next()
    Returns
    Type Description
    bool
    View Source

    Prev()

    Gets a prev row.

    Declaration
    bool Prev()
    Returns
    Type Description
    bool
    View Source

    Reset()

    Gets a first row.

    Declaration
    bool Reset()
    Returns
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX