Derby interprets the JDBC escape syntax for time formats as equivalent to the correct SQL syntax for times.
Derby also supports the ISO format of 8 characters (6 digits, and 2 decimal points).
{ t 'hh:mm:ss' }
TIME('hh:mm:ss')
VALUES {t '20:00:03'}