Home
last modified time | relevance | path

Searched refs:rowOut (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java123 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()
133 rowOut[10] = new ORowSetValue(nullable); in getColumns()
134 rowOut[11] = new ORowSetValue(remarks); in getColumns()
141 table.add(rowOut); in getColumns()
381 rowOut[0] = new ORowSetValue(typeName); in getTypeInfo()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java558 ORowSetValue[] rowOut = new ORowSetValue[7]; in getTablePrivileges() local
559 for (int i = 0; i < rowOut.length; i++) { in getTablePrivileges()
560 rowOut[i] = new ORowSetValue(""); in getTablePrivileges()
561 rowOut[i].setNull(); in getTablePrivileges()
566 rowOut[entry.getValue()].setNull(); in getTablePrivileges()
568 rowOut[entry.getValue()].setString(value); in getTablePrivileges()
571 rowsOut.add(rowOut); in getTablePrivileges()

Completed in 38 milliseconds