| Package | Description |
|---|---|
| org.dashbuilder.dataprovider.sql | |
| org.dashbuilder.dataprovider.sql.dialect | |
| org.dashbuilder.dataprovider.sql.model |
| Modifier and Type | Field and Description |
|---|---|
static Dialect |
JDBCUtils.DB2 |
static Dialect |
JDBCUtils.DEFAULT |
static Dialect |
JDBCUtils.H2 |
static Dialect |
JDBCUtils.MONETDB |
static Dialect |
JDBCUtils.MYSQL |
static Dialect |
JDBCUtils.ORACLE |
static Dialect |
JDBCUtils.ORACLE_LEGACY |
static Dialect |
JDBCUtils.POSTGRES |
static Dialect |
JDBCUtils.SQLSERVER |
static Dialect |
JDBCUtils.SYBASE_ASE |
| Modifier and Type | Method and Description |
|---|---|
static Dialect |
JDBCUtils.dialect(Connection connection) |
static Dialect |
JDBCUtils.dialect(String dbName) |
static Dialect |
JDBCUtils.dialect(String url,
int majorVersion) |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2Dialect |
class |
DefaultDialect |
class |
H2Dialect |
class |
MonetDBDialect |
class |
MySQLDialect |
class |
OracleDialect
Oracle dialect for database versions greater or equals than the 12c release
|
class |
OracleLegacyDialect
Oracle dialect for database versions previous to the 12c release
|
class |
PostgresDialect |
class |
SQLServerDialect
Microsoft SQL Server dialect
|
class |
SybaseASEDialect |
| Modifier and Type | Field and Description |
|---|---|
protected Dialect |
SQLStatement.dialect |
| Modifier and Type | Method and Description |
|---|---|
Dialect |
SQLStatement.getDialect() |
| Constructor and Description |
|---|
CreateTable(Connection connection,
Dialect dialect) |
Delete(Connection connection,
Dialect dialect) |
DropTable(Connection connection,
Dialect dialect) |
Insert(Connection connection,
Dialect dialect) |
Select(Connection connection,
Dialect dialect) |
SQLStatement(Connection connection,
Dialect dialect) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.