--- a/persistentstorage/sql/SRC/Client/SqlStatementImpl.h Fri Apr 16 16:49:27 2010 +0300
+++ b/persistentstorage/sql/SRC/Client/SqlStatementImpl.h Mon May 03 14:09:14 2010 +0300
@@ -9,6 +9,7 @@
// Nokia Corporation - initial contribution.
//
// Contributors:
+// NTT DOCOMO, INC - Fix for Bug 1915 "SQL server panics when using long column type strings"
//
// Description:
//
@@ -141,8 +142,6 @@
inline MStreamBuf* ColumnSourceL(TInt aColumnIndex);
inline MStreamBuf* ParamSinkL(TSqlSrvFunction aFunction, TInt aParamIndex);
- HBufC* GetDeclColumnTypesL();
-
private:
inline CSqlStatementImpl();
template <class DES> TInt Construct(CSqlDatabaseImpl& aDatabase, const DES& aSqlStmt);