equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
|
12 // NTT DOCOMO, INC - Fix for Bug 1915 "SQL server panics when using long column type strings" |
12 // |
13 // |
13 // Description: |
14 // Description: |
14 // |
15 // |
15 |
16 |
16 #ifndef __SQLUTIL_H__ |
17 #ifndef __SQLUTIL_H__ |
63 */ |
64 */ |
64 enum TSqlBufFlatType |
65 enum TSqlBufFlatType |
65 { |
66 { |
66 ESqlColumnNamesBuf, |
67 ESqlColumnNamesBuf, |
67 ESqlParamNamesBuf, |
68 ESqlParamNamesBuf, |
68 ESqlColumnValuesBuf |
69 ESqlColumnValuesBuf, |
|
70 ESqlDeclColumnTypesBuf |
69 }; |
71 }; |
70 |
72 |
71 /** |
73 /** |
72 This structure is used for IPC data transfers |
74 This structure is used for IPC data transfers |
73 @internalComponent |
75 @internalComponent |