Searched refs:xDbProps (Results 1 – 1 of 1) sorted by relevance
1258 Reference< XPropertySet > xDbProps(xConn->getParent(), UNO_QUERY); in IsReadOnlyDB() local1259 if (xDbProps.is()) in IsReadOnlyDB()1261 Reference< XPropertySetInfo > xInfo = xDbProps->getPropertySetInfo(); in IsReadOnlyDB()1263 bDBIsReadOnly = ::comphelper::getBOOL(xDbProps->getPropertyValue(PROPERTY_ISREADONLY)); in IsReadOnlyDB()
Completed in 29 milliseconds