Lines Matching refs:aRow

79 		ODatabaseMetaDataResultSet::ORow aRow;  in impl_getTypeInfo_throw()  local
80 aRow.reserve(18); in impl_getTypeInfo_throw()
82 aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); in impl_getTypeInfo_throw()
83 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()
86 aRow.push_back(ODatabaseMetaDataResultSet::getQuoteValue()); in impl_getTypeInfo_throw()
87 aRow.push_back(ODatabaseMetaDataResultSet::getQuoteValue()); 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()
90 aRow.push_back(ODatabaseMetaDataResultSet::get1Value()); in impl_getTypeInfo_throw()
91 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnSearch::FULL)); in impl_getTypeInfo_throw()
92 aRow.push_back(ODatabaseMetaDataResultSet::get1Value()); in impl_getTypeInfo_throw()
93 aRow.push_back(ODatabaseMetaDataResultSet::get0Value()); in impl_getTypeInfo_throw()
94 aRow.push_back(ODatabaseMetaDataResultSet::get0Value()); in impl_getTypeInfo_throw()
95 aRow.push_back(new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("C")))); in impl_getTypeInfo_throw()
96 aRow.push_back(ODatabaseMetaDataResultSet::get0Value()); in impl_getTypeInfo_throw()
97 aRow.push_back(ODatabaseMetaDataResultSet::get0Value()); in impl_getTypeInfo_throw()
98 aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); in impl_getTypeInfo_throw()
99 aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); in impl_getTypeInfo_throw()
100 aRow.push_back(new ORowSetValueDecorator((sal_Int32)10)); in impl_getTypeInfo_throw()
102 aRows.push_back(aRow); 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()
106 aRow[3] = new ORowSetValueDecorator((sal_Int32)2147483647); in impl_getTypeInfo_throw()
107 aRow[6] = new ORowSetValueDecorator(); in impl_getTypeInfo_throw()
108 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("M"))); in impl_getTypeInfo_throw()
109 aRows.push_back(aRow); in impl_getTypeInfo_throw()
111 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DATE")); in impl_getTypeInfo_throw()
112 aRow[2] = new ORowSetValueDecorator(DataType::DATE); in impl_getTypeInfo_throw()
113 aRow[3] = new ORowSetValueDecorator((sal_Int32)10); in impl_getTypeInfo_throw()
114 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("D"))); in impl_getTypeInfo_throw()
115 aRows.push_back(aRow); in impl_getTypeInfo_throw()
117 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("BOOLEAN")); in impl_getTypeInfo_throw()
118 aRow[2] = new ORowSetValueDecorator(DataType::BIT); in impl_getTypeInfo_throw()
119 aRow[3] = ODatabaseMetaDataResultSet::get1Value(); in impl_getTypeInfo_throw()
120 aRow[4] = ODatabaseMetaDataResultSet::getEmptyValue(); in impl_getTypeInfo_throw()
121 aRow[5] = ODatabaseMetaDataResultSet::getEmptyValue(); in impl_getTypeInfo_throw()
122 aRow[6] = new ORowSetValueDecorator(::rtl::OUString()); in impl_getTypeInfo_throw()
123 aRow[9] = ODatabaseMetaDataResultSet::getBasicValue(); in impl_getTypeInfo_throw()
124 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("L"))); in impl_getTypeInfo_throw()
125 aRows.push_back(aRow); in impl_getTypeInfo_throw()
127 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DOUBLE")); in impl_getTypeInfo_throw()
128 aRow[2] = new ORowSetValueDecorator(DataType::DOUBLE); in impl_getTypeInfo_throw()
129 aRow[3] = new ORowSetValueDecorator((sal_Int32)8); in impl_getTypeInfo_throw()
130 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("B"))); in impl_getTypeInfo_throw()
131 aRows.push_back(aRow); in impl_getTypeInfo_throw()
133 aRow[11] = new ORowSetValueDecorator(sal_True); in impl_getTypeInfo_throw()
134 aRow[13] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("Y")); in impl_getTypeInfo_throw()
135 aRows.push_back(aRow); in impl_getTypeInfo_throw()
137 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIMESTAMP")); in impl_getTypeInfo_throw()
138 aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP); in impl_getTypeInfo_throw()
139 aRow[11] = new ORowSetValueDecorator(sal_False); in impl_getTypeInfo_throw()
140 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("T"))); in impl_getTypeInfo_throw()
141 aRows.push_back(aRow); in impl_getTypeInfo_throw()
143 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("INTEGER")); in impl_getTypeInfo_throw()
144 aRow[2] = new ORowSetValueDecorator(DataType::INTEGER); in impl_getTypeInfo_throw()
145 aRow[3] = new ORowSetValueDecorator((sal_Int32)10); in impl_getTypeInfo_throw()
146 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("I"))); in impl_getTypeInfo_throw()
147 aRows.push_back(aRow); in impl_getTypeInfo_throw()
149 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DECIMAL")); in impl_getTypeInfo_throw()
150 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
151 aRow[3] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
152 aRow[6] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("length,scale")); in impl_getTypeInfo_throw()
153 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("F"))); in impl_getTypeInfo_throw()
154 aRows.push_back(aRow); in impl_getTypeInfo_throw()
156 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("NUMERIC")); in impl_getTypeInfo_throw()
157 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
158 aRow[3] = new ORowSetValueDecorator((sal_Int32)16); in impl_getTypeInfo_throw()
159 aRow[13] = new ORowSetValueDecorator(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("N"))); in impl_getTypeInfo_throw()
160 aRow[15] = new ORowSetValueDecorator((sal_Int32)16); in impl_getTypeInfo_throw()
161 aRows.push_back(aRow); in impl_getTypeInfo_throw()
185 ODatabaseMetaDataResultSet::ORow aRow(19); in getColumns() local
187 aRow[10] = new ORowSetValueDecorator((sal_Int32)10); in getColumns()
198 aRow[3] = new ORowSetValueDecorator(*pTabBegin); in getColumns()
213 aRow[4] = new ORowSetValueDecorator(*pBegin); in getColumns()
217aRow[5] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
218aRow[6] = new ORowSetValueDecorator(getString(xColumn->getPropertyValue(OMetaConnection::getPropMa… in getColumns()
219aRow[7] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
220aRow[9] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
221aRow[11] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMa… in getColumns()
222aRow[13] = new ORowSetValueDecorator(getString(xColumn->getPropertyValue(OMetaConnection::getPropM… in getColumns()
223 switch((sal_Int32)aRow[5]->getValue()) in getColumns()
227 aRow[16] = new ORowSetValueDecorator((sal_Int32)254); in getColumns()
230 aRow[16] = new ORowSetValueDecorator((sal_Int32)65535); in getColumns()
233 aRow[16] = new ORowSetValueDecorator((sal_Int32)0); in getColumns()
235 aRow[17] = new ORowSetValueDecorator(i); in getColumns()
236 switch(sal_Int32(aRow[11]->getValue())) in getColumns()
239 aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("NO")); in getColumns()
242 aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("YES")); in getColumns()
245 aRow[18] = new ORowSetValueDecorator(::rtl::OUString()); in getColumns()
247 aRows.push_back(aRow); in getColumns()
275 ODatabaseMetaDataResultSet::ORow aRow(14); in getIndexInfo() local
277 aRow[5] = new ORowSetValueDecorator(::rtl::OUString()); in getIndexInfo()
278 aRow[10] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("A")); in getIndexInfo()
282 aRow[3] = new ORowSetValueDecorator(table); in getIndexInfo()
283 aRow[7] = new ORowSetValueDecorator((sal_Int32)3); in getIndexInfo()
301aRow[4] = new ORowSetValueDecorator(getBOOL(xIndex->getPropertyValue(OMetaConnection::getPropMap()… in getIndexInfo()
302 aRow[6] = new ORowSetValueDecorator(*pBegin); in getIndexInfo()
310 aRow[11] = new ORowSetValueDecorator((sal_Int32)pIndex->getHeader().db_maxkeys); in getIndexInfo()
311 aRow[12] = new ORowSetValueDecorator((sal_Int32)pIndex->getHeader().db_pagecount); in getIndexInfo()
325 aRow[8] = new ORowSetValueDecorator(j); in getIndexInfo()
326 aRow[9] = new ORowSetValueDecorator(*pColBegin); in getIndexInfo()
327 aRows.push_back(aRow); in getIndexInfo()