Home
last modified time | relevance | path

Searched refs:SQLLEN (Results 1 – 16 of 16) sorted by relevance

/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx52SQLLEN _nSize) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException) in getValue()
55 SQLLEN pcbValue = SQL_NULL_DATA; in getValue()
84 SQLLEN nMaxLen = 0; in bindParameter()
86 SQLLEN* pLen = (SQLLEN*)pLenBuffer; in bindParameter()
119 SQLLEN*& pLen, in bindData()
216 *pLen = (SQLLEN)SQL_LEN_DATA_AT_EXEC(nLen); in bindData()
229 *pLen = (SQLLEN)SQL_LEN_DATA_AT_EXEC(nLen); in bindData()
233 *pLen = (SQLLEN)sizeof(DATE_STRUCT); in bindData()
238 *pLen = (SQLLEN)sizeof(TIME_STRUCT); in bindData()
243 *pLen = (SQLLEN)sizeof(TIMESTAMP_STRUCT); in bindData()
[all …]
H A DOPreparedStatement.cxx434 *(SQLLEN*)lenBuf = SQL_NULL_DATA; in setNull()
437 SQLLEN prec = 0; in setNull()
464 (SQLLEN*)lenBuf in setNull()
473 … setStream(parameterIndex, x->getCharacterStream(), (SQLLEN)x->length(), DataType::LONGVARCHAR); in setClob()
480 setStream(parameterIndex, x->getBinaryStream(), (SQLLEN)x->length(), DataType::LONGVARCHAR); in setBlob()
846 SQLLEN length, in setStream()
869 SQLLEN atExec = SQL_LEN_DATA_AT_EXEC (length); in setStream()
887 (SQLLEN*)lenBuf); in setStream()
H A DOResultSetMetaData.cxx86 SQLLEN OResultSetMetaData::getNumColAttrib(OConnection* _pConnection in getNumColAttrib()
92 SQLLEN nValue=0; in getNumColAttrib()
H A DOStatement.cxx256 SQLLEN OStatement_Base::getRowCount () throw( SQLException) in getRowCount()
262 SQLLEN numRows = 0; in getRowCount()
529 SQLLEN nRowCount=0; in executeBatch()
H A DOResultSet.cxx839 SQLLEN nMaxLen = 20; in insertRow()
840 SQLLEN nRealLen = 0; in insertRow()
921 SQLLEN nRealLen = 0; in updateRow()
/AOO41X/main/unixODBC/inc/
H A Dsql.h804 SQLLEN BufferLength,
805 SQLLEN * StrLen_or_Ind);
816 SQLLEN * StrLen_or_Ind);
838 SQLLEN * NumericAttribute);
923 SQLLEN FetchOffset);
967 SQLLEN BufferLength,
968 SQLLEN * StrLen_or_Ind);
987 SQLLEN * Length,
1065 SQLLEN StrLen_or_Ind);
1069 SQLLEN * RowCount);
[all …]
H A Dsqltypes.h149 typedef INT64 SQLLEN; typedef
153 typedef long SQLLEN; typedef
157 #define SQLLEN long macro
169 typedef SQLLEN SQLROWOFFSET;
H A Dsqlucode.h128 SQLLEN * pNumAttr);
137 SQLLEN * pfDesc);
211 SQLLEN * pLength,
453 SQLLEN * pNumAttr);
462 SQLLEN * pfDesc);
536 SQLLEN * pLength,
H A Dsqlext.h2392 SQLLEN * pfDesc);
2416 SQLLEN irow,
2518 SQLLEN cbValueMax,
2519 SQLLEN * pcbValue);
2527 SQLLEN crowKeyset,
/AOO41X/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx220 SQLLEN BufferLength,
221 SQLLEN * StrLen_or_IndPtr);
280 SQLLEN StrLen_or_Ind);
286 SQLLEN * RowCountPtr);
313 SQLLEN * NumericAttributePtr);
321 SQLLEN BufferLength,
322 SQLLEN * StrLen_or_IndPtr);
332 SQLLEN FetchOffset);
340 SQLLEN BufferLength,
341 SQLLEN * StrLen_or_IndPtr);
H A DOTools.hxx211SQLLEN _nSize) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException…
225 SQLLEN*& pLen,
250 SQLLEN *pLen,
H A DOResultSetMetaData.hxx77 static SQLLEN getNumColAttrib(OConnection* _pConnection
H A DOStatement.hxx126 SQLLEN getRowCount () throw( ::com::sun::star::sdbc::SQLException);
H A DOPreparedStatement.hxx85SQLLEN length,sal_Int32 SQLtype) throw(::com::sun::star::sdbc::SQLException);
H A DOResultSet.hxx124 ::std::vector<SQLLEN> m_aLengthVector;
/AOO41X/main/redland/redland/
H A Dredland-1.0.17.patch.win32435 -#undef SQLLEN
436 +#define SQLLEN SQLINTEGER