Data passing performance as a parameter in stored procedure

1

I'm developing a system, in Java and Sybase, where I need to pass the current date as a parameter in a procedure . With this, I was curious about how to pass the date ... Is there a significant difference in performance by passing the current date using the Sybase getDate () function instead of using the Java Date or Calendar classes?

    
asked by anonymous 17.11.2017 / 20:01

0 answers