-
First – create temporary table as data of dictionary view ALL_VIEWS and convert column TEXT (view text) to CLOB type
CREATE TABLE tmp_views AS SELECT a.owner , a.view_name,
Tag: sql
Announcing Krush – idiomatic persistence layer for Kotlin, based on Exposed
TL;DR
We’ve released a persistence library for Kotlin, you can find it on our Github. It’s a JPA-to-Exposed SQL DSL generator.