Lines Matching refs:ORowSetValue

26 import org.apache.openoffice.comp.sdbc.dbtools.util.ORowSetValue;
95 ArrayList<ORowSetValue[]> table = new ArrayList<>(); in getColumns()
122 ORowSetValue[] rowOut = new ORowSetValue[18]; in getColumns()
123 rowOut[0] = new ORowSetValue(tableCat); in getColumns()
124 rowOut[1] = new ORowSetValue(tableSchem); in getColumns()
125 rowOut[2] = new ORowSetValue(tableName); in getColumns()
126 rowOut[3] = new ORowSetValue(columnName); in getColumns()
127 rowOut[4] = new ORowSetValue(dataType); in getColumns()
128 rowOut[5] = new ORowSetValue(typeName); in getColumns()
129 rowOut[6] = new ORowSetValue(columnSize); in getColumns()
130 rowOut[7] = new ORowSetValue(bufferLength); in getColumns()
131 rowOut[8] = new ORowSetValue(decimalDigits); in getColumns()
132 rowOut[9] = new ORowSetValue(numPrecRadix); in getColumns()
133 rowOut[10] = new ORowSetValue(nullable); in getColumns()
134 rowOut[11] = new ORowSetValue(remarks); in getColumns()
135 rowOut[12] = new ORowSetValue(columnDef); in getColumns()
136 rowOut[13] = new ORowSetValue(sqlDataType); in getColumns()
137 rowOut[14] = new ORowSetValue(sqlDateTimeSub); in getColumns()
138 rowOut[15] = new ORowSetValue(charOctetLength); in getColumns()
139 rowOut[16] = new ORowSetValue(ordinalPosition); in getColumns()
140 rowOut[17] = new ORowSetValue(isNullable); in getColumns()
345 ArrayList<ORowSetValue[]> table = new ArrayList<>(); in getTypeInfo()
380 ORowSetValue[] rowOut = new ORowSetValue[18]; in getTypeInfo()
381 rowOut[0] = new ORowSetValue(typeName); in getTypeInfo()
382 rowOut[1] = new ORowSetValue(dataType); in getTypeInfo()
383 rowOut[2] = new ORowSetValue(precision); in getTypeInfo()
384 rowOut[3] = new ORowSetValue(literalPrefix); in getTypeInfo()
385 rowOut[4] = new ORowSetValue(literalSuffix); in getTypeInfo()
386 rowOut[5] = new ORowSetValue(createParams); in getTypeInfo()
387 rowOut[6] = new ORowSetValue(nullable); in getTypeInfo()
388 rowOut[7] = new ORowSetValue(caseSensitive); in getTypeInfo()
389 rowOut[8] = new ORowSetValue(searchable); in getTypeInfo()
390 rowOut[9] = new ORowSetValue(unsignedAttribute); in getTypeInfo()
391 rowOut[10] = new ORowSetValue(fixedPrecScale); in getTypeInfo()
392 rowOut[11] = new ORowSetValue(autoIncrement); in getTypeInfo()
393 rowOut[12] = new ORowSetValue(localTypeName); in getTypeInfo()
394 rowOut[13] = new ORowSetValue(minimumScale); in getTypeInfo()
395 rowOut[14] = new ORowSetValue(maximumScale); in getTypeInfo()
396 rowOut[15] = new ORowSetValue(sqlDataType); in getTypeInfo()
397 rowOut[16] = new ORowSetValue(sqlDateTimeSub); in getTypeInfo()
398 rowOut[17] = new ORowSetValue(numPrecRadix); in getTypeInfo()