C# Class DataWorker.DataConnection

显示文件 Open project: thesameqad/Mnemonizer

Public Methods

Method Description
getAllWords ( ) : Array
getCountOfRows ( ) : ulong
getWordByNumber ( ulong number ) : string
getWordId ( string word ) : ulong

Method Details

getAllWords() public method

public getAllWords ( ) : Array
return System.Array

getCountOfRows() public method

public getCountOfRows ( ) : ulong
return ulong

getWordByNumber() public method

public getWordByNumber ( ulong number ) : string
number ulong
return string

getWordId() public method

public getWordId ( string word ) : ulong
word string
return ulong