Searched refs:TIMESTAMP_STRUCT (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 242 *(TIMESTAMP_STRUCT*)_pData = *(TIMESTAMP_STRUCT*)_pValue; in bindData() 243 *pLen = (SQLLEN)sizeof(TIMESTAMP_STRUCT); in bindData() 388 *pLen = sizeof(TIMESTAMP_STRUCT); in bindValue() 389 *((TIMESTAMP_STRUCT*)_pData) = *(TIMESTAMP_STRUCT*)_pValue; in bindValue()
|
H A D | OResultSet.cxx | 233 delete static_cast< TIMESTAMP_STRUCT* >(reinterpret_cast< void * >(pValue->first)); in unbind() 296 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new TIMESTAMP_STRUCT),_nType); in allocBindColumn() 643 TIMESTAMP_STRUCT aTime={0,0,0,0,0,0,0}; in getTimestamp() 1095 TIMESTAMP_STRUCT aVal = OTools::DateTimeToTimestamp(x); in updateTimestamp()
|
H A D | OPreparedStatement.cxx | 386 TIMESTAMP_STRUCT x = OTools::DateTimeToTimestamp(aVal); in setTimestamp() 387 setParameter(parameterIndex,DataType::TIMESTAMP,sizeof(TIMESTAMP_STRUCT),&x); in setTimestamp()
|
H A D | ODatabaseMetaDataResultSet.cxx | 466 TIMESTAMP_STRUCT aTime={0,0,0,0,0,0,0}; in getTimestamp()
|
/aoo4110/main/unixODBC/inc/ |
H A D | sqltypes.h | 283 TIMESTAMP_STRUCT; typedef 286 typedef TIMESTAMP_STRUCT SQL_TIMESTAMP_STRUCT;
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 164 static TIMESTAMP_STRUCT DateTimeToTimestamp(const ::com::sun::star::util::DateTime& x) in DateTimeToTimestamp() 166 TIMESTAMP_STRUCT aVal; in DateTimeToTimestamp()
|
Completed in 27 milliseconds