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
215
questions and find answers to
999
problems.
Stats
55.1k
EtPoint
22.7k
Vote count
215
questions
999
answers
About
I am the founder and CEO at Data Geekery, the company behind jOOQ.
Lukas Eder questions
How to find an Informix DATETIME field qualifier in an existing schema
Is it possible to look up a table-valued function's return columns in SAP HANA's dictionary views?
Can an Oracle index be created in a low priority thread/process?
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
Lukas Eder answers
How to check if a WHERE clause condition is VALID or not using JOOQ?
Use $$ in dollar quoted string with jOOQ
jOOQ dynamic aggregated types
jOOQ insert into .. where not exists for Postgres
Using signed integers in JOOQ
jooq issue with limit and offset
JOOQ query for result of boolean expression
Getting ID of inserte row in Oracle, using sequence and trigger to insert the id
PostgreSQL date converted to Java Date instead of LocalDate
Is COUNT(1) or COUNT(*) better for PostgreSQL