Can you not use syntax like TIMESTAMP '2016-01-01 00:00:00.123456789' for the sql value?
On Wed, Apr 13, 2016 at 4:15 PM, Sergey Soldatov <sergeysolda...@gmail.com> wrote: > Guys, > Is there a way to set nanos for Timestamp from sql statement? The only > way to set nanos I see at the moment is to use PrepareStatement > together with java.sun.Timestamp#setNanos() in Java. Did I miss > something? > > Thanks, > Sergey >