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

sample-db.V0_0_0.functions.sample.udf.sql Maven / Gradle / Ivy

Go to download

A thin library that exposes JDBC API with the convenience of Kotlin and gets out of the way when not needed.

The newest version!
create function __NAME__( input varchar (1024)) returns varchar (1024)
NO SQL
  BEGIN
    RETURN input;
  END




© 2015 - 2024 Weber Informatics LLC | Privacy Policy