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() ...@@ -698,8 +698,9 @@ Statics & getStatics()
baseTypeDefs[i].value; baseTypeDefs[i].value;
} }
// LEM TODO: this bears a passing resemblance with the structure of pg_catalog.pg_type // This is the metadata for the columns of the recordset returned
// LEM TODO: isSigned (last field) is not initialised // by ::com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo(),
// that is what is returned by getTypeInfo().getMetaData()
DefColumnMetaData defTypeInfoMetaData[] = DefColumnMetaData defTypeInfoMetaData[] =
{ {
{ "TYPE_NAME", "TYPEINFO", "pg_catalog", "", com::sun::star::sdbc::DataType::VARCHAR, 0,50,0,0,0,0, false }, // 0 { "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