persistentstorage/sql/SRC/Server/SqlSrvStatement.inl
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
child 21 28839de615b4
equal deleted inserted replaced
8:fa9941cf3867 9:667e88a979d7
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-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".
    18 /**
    18 /**
    19  
    19  
    20  Creates a new HSqlSrvStmtParamBuf instance.
    20  Creates a new HSqlSrvStmtParamBuf instance.
    21  
    21  
    22  @param aStatement A reference to the CSqlSrvStatement object, which needs the parameter data.
    22  @param aStatement A reference to the CSqlSrvStatement object, which needs the parameter data.
    23  @param aParameterIndex Parameter index, zero based.
    23  @param aParamIndex Parameter index, zero based.
    24  @param aDataType Parameter value type - binary, text8 or text16.
    24  @param aDataType Parameter value type - binary, text8 or text16.
    25  @param aBufType IPC stream buffer or a simple "bind param" buffer
    25  @param aBufType IPC stream buffer or a simple "bind param" buffer
    26  
    26  
    27  @return A pointer to the created HSqlSrvStmtParamBuf instance.
    27  @return A pointer to the created HSqlSrvStmtParamBuf instance.
    28  
    28