// get the columnvalue as string with a default format given by the column or a default format // for the type
OOO_DLLPUBLIC_DBTOOLS OUString getFormattedValue( const css::uno::Reference< css::beans::XPropertySet>& _xColumn, const css::uno::Reference< css::util::XNumberFormatter>& xFormatter, const css::lang::Locale& _rLocale, const css::util::Date& rNullDate);
/** convert a double which is a date value relative to the standard db null date into a date value relative toagivenfixeddate.
*/ inlinedouble toNullDate(const css::util::Date& _rNullDate, double _rVal) { return _rVal - toDays(_rNullDate); }
// return the date from the numberformatsupplier or the STANDARD_DATE (1900,1,1)
OOO_DLLPUBLIC_DBTOOLS css::util::Date getNULLDate(const css::uno::Reference< css::util::XNumberFormatsSupplier > &xSupplier);
// return the date in the format %04d-%02d-%02d
OOO_DLLPUBLIC_DBTOOLS OUString toDateString(const css::util::Date& rDate); // return the time in the format %02d:%02d:%02d
OOO_DLLPUBLIC_DBTOOLS OUString toTimeStringS(const css::util::Time& rTime); // return the time in the format %02d:%02d:%02d.%09d
OOO_DLLPUBLIC_DBTOOLS OUString toTimeString(const css::util::Time& rTime); // return the DateTime in the format %04d-%02d-%02d %02d:%02d:%02d.%09d
OOO_DLLPUBLIC_DBTOOLS OUString toDateTimeString(const css::util::DateTime& _rDateTime); // return the any in an sql standard format
OOO_DLLPUBLIC_DBTOOLS OUString toSQLString(sal_Int32 eType, const css::uno::Any& _rVal, const css::uno::Reference< css::script::XTypeConverter >& _rxTypeConverter);
/** converts a Unicode string into a 8-bit string, using the given encoding
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.