Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Lukas Eder
Lukas Eder has asked
195
questions and find answers to
888
problems.
Stats
53.2k
EtPoint
22.3k
Vote count
195
questions
888
answers
About
I am the founder and CEO at Data Geekery, the company behind jOOQ.
Lukas Eder questions
How to put Maven-generated sources under version control?
Convert from hex-encoded CLOB to BLOB in Oracle
How to avoid javac warning: unknown enum constant, reason: class file not found, when dependency has optional annotations with enums
Is there any way to denote a T! platform type in Kotlin only, without resorting to using Java
Find only user-defined check constraints in Oracle ALL_CONSTRAINTS
How to discover the underlying primary (or unique) key columns from an Oracle view
Strange length restriction with the DB2 LIKE operator
Is there an alternative to loading a class with Class.forName()?
How does the JLS specify that wildcards cannot be formally used within methods?
HTML <select> element is abbreviated in iPhone or Android browsers
Lukas Eder answers
Runtime validation of jOOQ generated classes after schema update?
Is there a way to setup code generation in JOOQ for multiple schemas with the same table structure?
jOOQ, Java - how to import generated java files?
JOOQ update JSONB column with concat operator
JOOQ How to select the min 'id' from a table
JOOQ select count distinct from group
jOOQ Query OrderBy as String
How can we profile JOOQ statements for speed
JOOQ combining Field and SortField in orderBy method?
How to implement order by field value with jOOQ's dynamic queries