Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java112 int charOctetLength = row.getInt(16); in getColumns() local
138 rowOut[15] = new ORowSetValue(charOctetLength); in getColumns()