-
-
Save xcap2000/f5a5f9cd7f38651e9370e18735273789 to your computer and use it in GitHub Desktop.
Derby DB generate uuid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create type uuid external name 'java.util.UUID' language java; | |
create function generateUuid() returns uuid | |
language java | |
parameter style java | |
external name 'java.util.UUID.randomUUID'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment