Package | Description |
---|---|
org.jooq.util.cubrid |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.CUBRID dialect. |
org.jooq.util.derby |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.DERBY dialect. |
org.jooq.util.firebird |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.FIREBIRD dialect. |
org.jooq.util.h2 |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.H2 dialect. |
org.jooq.util.hsqldb |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.HSQLDB dialect. |
org.jooq.util.mariadb |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.MARIADB dialect. |
org.jooq.util.mysql |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.MYSQL dialect. |
org.jooq.util.postgres |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.POSTGRES dialect. |
org.jooq.util.sqlite |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.SQLITE dialect. |
Modifier and Type | Class and Description |
---|---|
class |
CUBRIDDSL
The
SQLDialect.CUBRID specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
DerbyDSL
The
SQLDialect.DERBY specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
FirebirdDSL
The
SQLDialect.FIREBIRD specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
H2DSL
The
SQLDialect.H2 specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
HSQLDBDSL
The
SQLDialect.HSQLDB specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
MariaDBDSL
The
SQLDialect.MARIADB specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
MySQLDSL
The
SQLDialect.MYSQL specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
PostgresDSL
The
SQLDialect.POSTGRES specific DSL. |
Modifier and Type | Class and Description |
---|---|
class |
SQLiteDSL
The
SQLDialect.SQLITE specific DSL. |
Copyright © 2015. All Rights Reserved.