All Downloads are FREE. Search and download functionalities are using the official Maven repository.

h2.function.ibmutl001_getdbrefreshdate.sql Maven / Gradle / Ivy

There is a newer version: 6.6.11
Show newest version
DROP ALIAS IF EXISTS ibmutl001_getdbrefreshdate;
CREATE ALIAS ibmutl001_getdbrefreshdate AS $$
java.util.Date execute(java.sql.Connection connection) throws Exception {
  return new java.util.Date();
}
$$;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy