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
212
questions and find answers to
968
problems.
Stats
54.6k
EtPoint
22.5k
Vote count
212
questions
968
answers
About
I am the founder and CEO at Data Geekery, the company behind jOOQ.
Lukas Eder questions
Calling Sybase Adaptive Server Enterprise's "sp_help" from JDBC
Insert values statement can contain only constant literal values or variable references in SQL Data Warehouse
How to set bind values to NULL with Firebird's jaybird JDBC driver?
Why do Oracle's sequences skip their cached values when attempting to re-create the sequence?
Use jsoup or gquery for plain XML
Can I use Scala Macros to internalise an external DSL?
error: generics are not supported in -source 1.3 when compiling Java code with Kotlin
Use Oracle unnested VARRAY's instead of IN operator
java compiler mistaking field reference with a package name? [duplicate]
Different values reported for ALL_OBJECTS.OBJECT_ID and ALL_ARGUMENTS.OBJECT_ID in Oracle 21c
Lukas Eder answers
How a clause (order by) can be removed from a jOOQ query
what would the jooq equivalent of a DDL view be?
SQL query to return records based on number of columns populated
How to let eclipse break on a stack overflow?
How can I extend the JOOQ code generator?
Map jooq record data to multiple pojos
Insert values statement can contain only constant literal values or variable references in SQL Data Warehouse
JOOQ sum field value: BigDecimal to Int
How to make a select max statement in jooq
DELETE .. RETURNING rowid in JOOQ not working