DateTime
Date and time are parsed using the standard SQL literal strings:
DATE 'YYYY-MM-DD'
TIME 'HH:MM:SS[.sss]'
TIMESTAMP 'YYYY-MM-DD HH:MM:SS[.sss]'
DATE '1971-12-24'
TIMESTAMP '2003-10-23 11:00:02'
NoteThe BLOB and CLOB strings
are currently not supported. If you need to support binary input,
use parameters.