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
197
questions and find answers to
899
problems.
Stats
53.4k
EtPoint
22.3k
Vote count
197
questions
899
answers
About
I am the founder and CEO at Data Geekery, the company behind jOOQ.
Lukas Eder questions
No common interface to java.sql.ResultSet, CallableStatement, SQLInput
Oracle JSON_OBJECT NULL ON NULL clause not working
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()?
Lukas Eder answers
check if org.jooq.exception.DataAccessException is serialization failure
Cannot mock 0 rows result in jOOQ
jOOQ idempotent batch insert
List of unique lists in java
Inserting a New UpdatableRecord and Receiving Error on Duplicate Primary Keys
Sets vs Lists Alphabetical order in java
Add limit and offset to query that was created from a String
jOOQ CommonTableExpression with SelectQuery
What is the alternative to SELECT... FOR UPDATE in a subquery in Oracle?
How to expose new SQL function in JOOQ