Kaydet (Commit) aad641e2 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

pgsql-sdbc: adapt comment to new code situation

üst 28666596
......@@ -698,8 +698,9 @@ Statics & getStatics()
baseTypeDefs[i].value;
}
// LEM TODO: this bears a passing resemblance with the structure of pg_catalog.pg_type
// LEM TODO: isSigned (last field) is not initialised
// This is the metadata for the columns of the recordset returned
// by ::com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo(),
// that is what is returned by getTypeInfo().getMetaData()
DefColumnMetaData defTypeInfoMetaData[] =
{
{ "TYPE_NAME", "TYPEINFO", "pg_catalog", "", com::sun::star::sdbc::DataType::VARCHAR, 0,50,0,0,0,0, false }, // 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment