Lines Matching refs:ORowSetValueDecoratorRef

646 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getEmptyValue()  in getEmptyValue()
648 static ORowSetValueDecoratorRef aEmptyValueRef = new ORowSetValueDecorator(); in getEmptyValue()
653 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::get0Value() in get0Value()
655 static ORowSetValueDecoratorRef a0ValueRef = new ORowSetValueDecorator((sal_Int32)0); in get0Value()
660 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::get1Value() in get1Value()
662 static ORowSetValueDecoratorRef a1ValueRef = new ORowSetValueDecorator((sal_Int32)1); in get1Value()
667 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getBasicValue() in getBasicValue()
669 static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(ColumnSearch::BASIC); in getBasicValue()
673 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getSelectValue() in getSelectValue()
675 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getSelectValue()
679 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getInsertValue() in getInsertValue()
681 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getInsertValue()
685 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getDeleteValue() in getDeleteValue()
687 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getDeleteValue()
691 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getUpdateValue() in getUpdateValue()
693 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getUpdateValue()
697 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getCreateValue() in getCreateValue()
699 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getCreateValue()
703 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getReadValue() in getReadValue()
705 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getReadValue()
709 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getAlterValue() in getAlterValue()
711 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getAlterValue()
715 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getDropValue() in getDropValue()
717 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getDropValue()
721 ORowSetValueDecoratorRef ODatabaseMetaDataResultSet::getQuoteValue() in getQuoteValue()
723 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getQuoteValue()
748 ORowSetValueDecoratorRef aValue; in initialize()