|
LibreOffice Module connectivity (master) 1
|
#include <rtl/ustrbuf.hxx>#include "pq_resultsetmetadata.hxx"#include "pq_resultset.hxx"#include "pq_tools.hxx"#include "pq_statics.hxx"#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>#include <com/sun/star/sdbc/ColumnValue.hpp>#include <com/sun/star/sdbc/DataType.hpp>#include <com/sun/star/sdbc/SQLException.hpp>#include <com/sun/star/sdbc/XRow.hpp>#include <utility>#include <string.h>Go to the source code of this file.
Namespaces | |
| namespace | pq_sdbc_driver |
Functions | |
| static void | pq_sdbc_driver::extractPrecisionAndScale (sal_Int32 atttypmod, sal_Int32 *precision, sal_Int32 *scale) |
Variables | |
| const int | pq_sdbc_driver::PQ_VARHDRSZ = sizeof( sal_Int32 ) |