Lines Matching refs:aRow

77 		ODatabaseMetaDataResultSet::ORow aRow;  in impl_getTypeInfo_throw()  local
79 aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); in impl_getTypeInfo_throw()
80 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()
83 aRow.push_back(ODatabaseMetaDataResultSet::getQuoteValue()); in impl_getTypeInfo_throw()
84 aRow.push_back(ODatabaseMetaDataResultSet::getQuoteValue()); in impl_getTypeInfo_throw()
85 aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); in impl_getTypeInfo_throw()
86 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnValue::NULLABLE)); in impl_getTypeInfo_throw()
87 aRow.push_back(ODatabaseMetaDataResultSet::get1Value()); in impl_getTypeInfo_throw()
88 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnSearch::CHAR)); in impl_getTypeInfo_throw()
89 aRow.push_back(ODatabaseMetaDataResultSet::get1Value()); in impl_getTypeInfo_throw()
90 aRow.push_back(ODatabaseMetaDataResultSet::get0Value()); in impl_getTypeInfo_throw()
91 aRow.push_back(ODatabaseMetaDataResultSet::get0Value()); in impl_getTypeInfo_throw()
92 aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); 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(ODatabaseMetaDataResultSet::getEmptyValue()); in impl_getTypeInfo_throw()
96 aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); in impl_getTypeInfo_throw()
97 aRow.push_back(new ORowSetValueDecorator((sal_Int32)10)); in impl_getTypeInfo_throw()
99 aRows.push_back(aRow); 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()
103 aRow[4] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
104 aRow[5] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
105 aRows.push_back(aRow); 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()
110 aRow[3] = new ORowSetValueDecorator((sal_Int32)65535); in impl_getTypeInfo_throw()
111 aRow[4] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
112 aRow[5] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
113 aRows.push_back(aRow); in impl_getTypeInfo_throw()
115 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DATE")); in impl_getTypeInfo_throw()
116 aRow[2] = new ORowSetValueDecorator(DataType::DATE); in impl_getTypeInfo_throw()
117 aRow[3] = new ORowSetValueDecorator((sal_Int32)10); in impl_getTypeInfo_throw()
118 aRow[4] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
119 aRow[5] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
120 aRows.push_back(aRow); in impl_getTypeInfo_throw()
122 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIME")); in impl_getTypeInfo_throw()
123 aRow[2] = new ORowSetValueDecorator(DataType::TIME); in impl_getTypeInfo_throw()
124 aRow[3] = new ORowSetValueDecorator((sal_Int32)8); in impl_getTypeInfo_throw()
125 aRow[4] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
126 aRow[5] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
127 aRows.push_back(aRow); in impl_getTypeInfo_throw()
129 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("TIMESTAMP")); in impl_getTypeInfo_throw()
130 aRow[2] = new ORowSetValueDecorator(DataType::TIMESTAMP); in impl_getTypeInfo_throw()
131 aRow[3] = new ORowSetValueDecorator((sal_Int32)19); in impl_getTypeInfo_throw()
132 aRow[4] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
133 aRow[5] = ODatabaseMetaDataResultSet::getQuoteValue(); in impl_getTypeInfo_throw()
134 aRows.push_back(aRow); in impl_getTypeInfo_throw()
136 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("BOOL")); in impl_getTypeInfo_throw()
137 aRow[2] = new ORowSetValueDecorator(DataType::BIT); in impl_getTypeInfo_throw()
138 aRow[3] = ODatabaseMetaDataResultSet::get1Value(); in impl_getTypeInfo_throw()
139 aRow[9] = ODatabaseMetaDataResultSet::getBasicValue(); in impl_getTypeInfo_throw()
140 aRows.push_back(aRow); in impl_getTypeInfo_throw()
142 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DECIMAL")); in impl_getTypeInfo_throw()
143 aRow[2] = new ORowSetValueDecorator(DataType::DECIMAL); in impl_getTypeInfo_throw()
144 aRow[3] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
145 aRow[15] = new ORowSetValueDecorator((sal_Int32)15); in impl_getTypeInfo_throw()
146 aRows.push_back(aRow); in impl_getTypeInfo_throw()
148 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DOUBLE")); in impl_getTypeInfo_throw()
149 aRow[2] = new ORowSetValueDecorator(DataType::DOUBLE); in impl_getTypeInfo_throw()
150 aRow[3] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
151 aRow[15] = ODatabaseMetaDataResultSet::get0Value(); in impl_getTypeInfo_throw()
152 aRows.push_back(aRow); in impl_getTypeInfo_throw()
154 aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("NUMERIC")); in impl_getTypeInfo_throw()
155 aRow[2] = new ORowSetValueDecorator(DataType::NUMERIC); in impl_getTypeInfo_throw()
156 aRow[3] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
157 aRow[15] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
158 aRows.push_back(aRow); in impl_getTypeInfo_throw()
181 ODatabaseMetaDataResultSet::ORow aRow(19); in getColumns() local
182 aRow[10] = new ORowSetValueDecorator((sal_Int32)10); in getColumns()
192 aRow[3] = new ORowSetValueDecorator(*pTabBegin); in getColumns()
207 aRow[4] = new ORowSetValueDecorator(*pBegin); in getColumns()
211aRow[5] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
212aRow[6] = new ORowSetValueDecorator(getString(xColumn->getPropertyValue(OMetaConnection::getPropMa… in getColumns()
213aRow[7] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
214aRow[9] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMap… in getColumns()
215aRow[11] = new ORowSetValueDecorator(getINT32(xColumn->getPropertyValue(OMetaConnection::getPropMa… in getColumns()
216aRow[13] = new ORowSetValueDecorator(getString(xColumn->getPropertyValue(OMetaConnection::getPropM… in getColumns()
218 switch((sal_Int32)aRow[5]->getValue()) in getColumns()
222 aRow[16] = new ORowSetValueDecorator((sal_Int32)254); in getColumns()
225 aRow[16] = new ORowSetValueDecorator((sal_Int32)65535); in getColumns()
228 aRow[16] = new ORowSetValueDecorator((sal_Int32)0); in getColumns()
230 aRow[17] = new ORowSetValueDecorator(i); in getColumns()
231 switch(sal_Int32(aRow[11]->getValue())) in getColumns()
234 aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("NO")); in getColumns()
237 aRow[18] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("YES")); in getColumns()
240 aRow[18] = new ORowSetValueDecorator(::rtl::OUString()); in getColumns()
242 aRows.push_back(aRow); in getColumns()