H2 Contrib Functions

support external functions in sybase

License

License

Categories

Categories

H2 Data Databases
GroupId

GroupId

com.github.skhatri
ArtifactId

ArtifactId

h2-contrib-fn
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

H2 Contrib Functions
support external functions in sybase
Project URL

Project URL

https://github.com/skhatri/h2-contrib-fn
Source Code Management

Source Code Management

https://github.com/skhatri/h2-contrib-fn

Download h2-contrib-fn

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.skhatri/h2-contrib-fn/ -->
<dependency>
    <groupId>com.github.skhatri</groupId>
    <artifactId>h2-contrib-fn</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skhatri/h2-contrib-fn/
implementation 'com.github.skhatri:h2-contrib-fn:1.0'
// https://jarcasting.com/artifacts/com.github.skhatri/h2-contrib-fn/
implementation ("com.github.skhatri:h2-contrib-fn:1.0")
'com.github.skhatri:h2-contrib-fn:jar:1.0'
<dependency org="com.github.skhatri" name="h2-contrib-fn" rev="1.0">
  <artifact name="h2-contrib-fn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skhatri', module='h2-contrib-fn', version='1.0')
)
libraryDependencies += "com.github.skhatri" % "h2-contrib-fn" % "1.0"
[com.github.skhatri/h2-contrib-fn "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

h2-contrib-fn

h2 contrib functions to support native functions of other databases.

Usage

   drop alias if exists NEWID;
   
   create alias NEWID for "com.github.skhatri.h2contrib.Function.newId";

The above substitute allows for queries like "SELECT newid() from sometable" in H2 when running in MS-SQL compatibility mode for sybase database.

Versions

Version
1.0