https://bugs.documentfoundation.org/show_bug.cgi?id=160423

--- Comment #3 from prrv...@gmail.com ---
If you want to be able to declare types such as: TIME, TIMESTAMP,
TIME_WITH_TIMEZONE and TIMESTAMP_WITH_TIMEZONE, with the possibility of
entering the precision (ie: from 0 to 9) you must:
- Have a database managing its types.
- Have a getTypeInfo() method of DatabaseMetData that should return the correct
information.

If the underlying database does not produce a satisfactory ResultSet for
getTypeInfo() then there is a possibility to patch the ResultSet with the
TypeInfoSettings[1] property in order to obtain the correct ResultSet (ie: you
can set min and max value of the precision)

[1]
https://www.openoffice.org/api/docs/common/ref/com/sun/star/sdbc/JDBCConnectionProperties.html#TypeInfoSettings

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to