plugins/contacts/symbian/contactsmodel/cntplsql/inc/cqwertypredictivesearchtable.h
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    54 	HBufC* TableNameL(const QChar aCh) const;
    54 	HBufC* TableNameL(const QChar aCh) const;
    55 	TBool IsValidChar(const QChar aChar) const;
    55 	TBool IsValidChar(const QChar aChar) const;
    56 
    56 
    57 	void FillKeyboardSpecificFieldsL(RSqlStatement& aSqlStatement,
    57 	void FillKeyboardSpecificFieldsL(RSqlStatement& aSqlStatement,
    58 									 QStringList aTokens);
    58 									 QStringList aTokens);
    59 	QStringList GetTableSpecificFields(const CContactItem& aItem,
    59 	QStringList GetTableSpecificFields(const CContactItem& aItem) const;
    60 									   TBool& aMandatoryFieldsPresent) const;
       
    61 
    60 
    62 private:
    61 private:
    63 	void ConstructL();
    62 	void ConstructL();
    64 	CQwertyPredictiveSearchTable(RSqlDatabase& aDatabase);
    63 	CQwertyPredictiveSearchTable(RSqlDatabase& aDatabase);
    65 
    64