Home
last modified time | relevance | path

Searched refs:ORowSetValueDecorator (Results 1 – 17 of 17) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx83 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString::createFromAscii("VARCHAR"))); in impl_getTypeInfo_throw()
84 aRow.push_back(new ORowSetValueDecorator(DataType::VARCHAR)); in impl_getTypeInfo_throw()
85 aRow.push_back(new ORowSetValueDecorator((sal_Int32)254)); in impl_getTypeInfo_throw()
88 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString::createFromAscii("length"))); in impl_getTypeInfo_throw()
89 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnValue::NULLABLE)); in impl_getTypeInfo_throw()
91 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnSearch::FULL)); in impl_getTypeInfo_throw()
95 … aRow.push_back(new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("C")))); in impl_getTypeInfo_throw()
100 aRow.push_back(new ORowSetValueDecorator((sal_Int32)10)); in impl_getTypeInfo_throw()
104 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("LONGVARCHAR")); in impl_getTypeInfo_throw()
105 aRow[2] = new ORowSetValueDecorator(DataType::LONGVARCHAR); in impl_getTypeInfo_throw()
[all …]
/trunk/main/connectivity/source/drivers/flat/
H A DEDatabaseMetaData.cxx80 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString::createFromAscii("CHAR"))); in impl_getTypeInfo_throw()
81 aRow.push_back(new ORowSetValueDecorator(DataType::CHAR)); in impl_getTypeInfo_throw()
82 aRow.push_back(new ORowSetValueDecorator((sal_Int32)254)); in impl_getTypeInfo_throw()
86 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnValue::NULLABLE)); in impl_getTypeInfo_throw()
88 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnSearch::CHAR)); in impl_getTypeInfo_throw()
97 aRow.push_back(new ORowSetValueDecorator((sal_Int32)10)); in impl_getTypeInfo_throw()
101 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("VARCHAR")); in impl_getTypeInfo_throw()
102 aRow[2] = new ORowSetValueDecorator(DataType::VARCHAR); in impl_getTypeInfo_throw()
108 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("LONGVARCHAR")); in impl_getTypeInfo_throw()
109 aRow[2] = new ORowSetValueDecorator(DataType::LONGVARCHAR); in impl_getTypeInfo_throw()
[all …]
/trunk/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx90 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString::createFromAscii("VARCHAR"))); in impl_getTypeInfo_throw()
91 aRow.push_back(new ORowSetValueDecorator(DataType::VARCHAR)); in impl_getTypeInfo_throw()
92 aRow.push_back(new ORowSetValueDecorator((sal_Int32)65535)); in impl_getTypeInfo_throw()
98 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnSearch::CHAR)); in impl_getTypeInfo_throw()
107 aRow.push_back(new ORowSetValueDecorator((sal_Int32)10)); in impl_getTypeInfo_throw()
112 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DECIMAL")); in impl_getTypeInfo_throw()
113 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
119 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("BOOL")); in impl_getTypeInfo_throw()
120 aRow[2] = new ORowSetValueDecorator(DataType::BIT); in impl_getTypeInfo_throw()
121 aRow[3] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx795 aRow[1] = new ORowSetValueDecorator(aTable); in getTableTypes()
814 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("CHAR")); in getTypeInfo()
815 aRow[2] = new ORowSetValueDecorator(DataType::CHAR); in getTypeInfo()
816 aRow[3] = new ORowSetValueDecorator((sal_Int32) 254); in getTypeInfo()
820 aRow[7] = new ORowSetValueDecorator((sal_Int32) ColumnValue::NULLABLE); in getTypeInfo()
822 aRow[9] = new ORowSetValueDecorator((sal_Int32) ColumnSearch::CHAR); in getTypeInfo()
831 aRow[18] = new ORowSetValueDecorator((sal_Int32) 10); in getTypeInfo()
835 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIMESTAMP")); in getTypeInfo()
836 aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP); in getTypeInfo()
837 aRow[3] = new ORowSetValueDecorator((sal_Int32)19); in getTypeInfo()
[all …]
/trunk/main/connectivity/source/drivers/adabas/
H A DBDatabaseMetaData.cxx70 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (1)); in impl_getTypeInfo_throw()
73 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (2)); in impl_getTypeInfo_throw()
76 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (3)); in impl_getTypeInfo_throw()
79 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (4)); in impl_getTypeInfo_throw()
82 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (5)); in impl_getTypeInfo_throw()
85 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (6)); in impl_getTypeInfo_throw()
88 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (7)); in impl_getTypeInfo_throw()
91 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (8)); in impl_getTypeInfo_throw()
94 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getShort (9)); in impl_getTypeInfo_throw()
97 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (10)); in impl_getTypeInfo_throw()
[all …]
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx623 ORowSetValueDecorator& ORowSetValueDecorator::operator=(const ORowSetValue& _aValue) in operator =()
648 static ORowSetValueDecoratorRef aEmptyValueRef = new ORowSetValueDecorator(); in getEmptyValue()
655 static ORowSetValueDecoratorRef a0ValueRef = new ORowSetValueDecorator((sal_Int32)0); in get0Value()
662 static ORowSetValueDecoratorRef a1ValueRef = new ORowSetValueDecorator((sal_Int32)1); in get1Value()
669 static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(ColumnSearch::BASIC); in getBasicValue()
675 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getSelectValue()
681 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getInsertValue()
687 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getDeleteValue()
693 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getUpdateValue()
699 …static ORowSetValueDecoratorRef aValueRef = new ORowSetValueDecorator(::rtl::OUString::createFromA… in getCreateValue()
[all …]
H A DTPrivilegesResultSet.cxx69 aRow[5] = new ORowSetValueDecorator(sUserWorkingFor); in OResultSetPrivileges()
71 aRow[7] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("YES"))); in OResultSetPrivileges()
87 … aRow[6] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("REFERENCE"))); in OResultSetPrivileges()
104 (*m_aRowsIter)[1] = new ORowSetValueDecorator(m_xRow->getString(1)); in getValue()
107 (*m_aRowsIter)[2] = new ORowSetValueDecorator(m_xRow->getString(2)); in getValue()
110 (*m_aRowsIter)[3] = new ORowSetValueDecorator(m_xRow->getString(3)); in getValue()
H A DRowFunctionParser.cxx113 …aRet = new ORowSetValueDecorator(sal_Bool(mpFirstArg->evaluate(_aRow )->getValue() == mpSecondArg-… in evaluate()
116 …aRet = new ORowSetValueDecorator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() && m… in evaluate()
119 …aRet = new ORowSetValueDecorator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() || m… in evaluate()
187 …k.push( ExpressionNodeSharedPtr( new ConstantValueExpression( new ORowSetValueDecorator( sVal ) ) … in operator ()()
204 …k.push( ExpressionNodeSharedPtr( new ConstantValueExpression( new ORowSetValueDecorator( n ) ) ) ); in operator ()()
H A DTDatabaseMetaDataBase.cxx151 aRow.push_back(new ORowSetValueDecorator(aValue)); in getTypeInfo()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx281 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("")); in getColumnRows()
283 aRow[2] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("")); in getColumnRows()
285 aRow[7] = new ORowSetValueDecorator(s_nCOLUMN_SIZE); in getColumnRows()
289 aRow[9] = new ORowSetValueDecorator(s_nDECIMAL_DIGITS); in getColumnRows()
291 aRow[10] = new ORowSetValueDecorator((sal_Int32)10); in getColumnRows()
293 aRow[11] = new ORowSetValueDecorator(s_nNULLABLE); in getColumnRows()
303 aRow[16] = new ORowSetValueDecorator(s_nCHAR_OCTET_LENGTH); in getColumnRows()
305 aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii( "YES" )); in getColumnRows()
308 aRow[3] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii( "TABLE" )); in getColumnRows()
316 aRow[5] = new ORowSetValueDecorator( static_cast<sal_Int16>( getFieldType( i ) ) ); in getColumnRows()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx372 class OOO_DLLPUBLIC_DBTOOLS ORowSetValueDecorator : public ::vos::OReference class
376 ORowSetValueDecorator(){m_aValue.setBound(sal_True);} in ORowSetValueDecorator() function in connectivity::ORowSetValueDecorator
377ORowSetValueDecorator(const ORowSetValue& _aValue) : m_aValue(_aValue){m_aValue.setBound(sal_True)… in ORowSetValueDecorator() function in connectivity::ORowSetValueDecorator
378 ORowSetValueDecorator& operator=(const ORowSetValue& _aValue);
392 typedef ::vos::ORef<ORowSetValueDecorator> ORowSetValueDecoratorRef;
437 *aIter = new ORowSetValueDecorator; in OValueRefVector()
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx291 aRow.push_back(new ORowSetValueDecorator(aName)); in getTables()
306 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString(aURL.getBase()))); in getTables()
320 aRow.push_back(new ORowSetValueDecorator(aTable)); in getTables()
428 aRow[2] = new ORowSetValueDecorator(*pBegin); in getTablePrivileges()
430 aRow[7] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("NO")); in getTablePrivileges()
709 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString::createFromAscii("TABLE"))); in getTableTypes()
H A DFPreparedStatement.cxx110 m_aParameterRow->get().push_back(new ORowSetValueDecorator(sal_Int32(0)) ); in construct()
411 m_aParameterRow->get().push_back(new ORowSetValueDecorator(sal_Int32(0)) ); in clearParameters()
460 (m_aParameterRow->get())[i] = new ORowSetValueDecorator; in checkAndResizeParameters()
599 (m_aParameterRow->get())[i] = new ORowSetValueDecorator; in initializeResultSet()
H A DFNoException.cxx114 pKeyValue->pushKey(new ORowSetValueDecorator((_rRow->get())[*aIter]->getValue())); in GetOrderbyKeyValue()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx370 aRow[2] = new ::connectivity::ORowSetValueDecorator(tableNamePattern); in getTablePrivileges()
373 aRow[5] = new ::connectivity::ORowSetValueDecorator(getUserName()); in getTablePrivileges()
375 aRow[7] = new ::connectivity::ORowSetValueDecorator(::rtl::OUString::createFromAscii("NO")); in getTablePrivileges()
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx489 aRow[aIter->second] = new ORowSetValueDecorator(sValue); in getTablePrivileges()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx762 aRow.push_back(new ::connectivity::ORowSetValueDecorator(sTableTypes[i])); in getTableTypes()