Home
last modified time | relevance | path

Searched defs:ParamValue (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/connectivity/inc/connectivity/
H A Dsqlerror.hxx77 class ParamValue : public ::boost::optional< ::rtl::OUString > class in connectivity::SQLError
82 ParamValue( ) : base_type( ) { } in ParamValue() function in connectivity::SQLError::ParamValue
83 ParamValue( ::rtl::OUString const& val ) : base_type( val ) { } in ParamValue() function in connectivity::SQLError::ParamValue
84 ParamValue( ParamValue const& rhs ) : base_type( (base_type const&)rhs ) { } in ParamValue() function in connectivity::SQLError::ParamValue
/aoo41x/main/connectivity/source/commontools/
H A Dsqlerror.cxx60 typedef SQLError::ParamValue ParamValue; typedef

Completed in 20 milliseconds