Package | Description |
---|---|
sirius.db.jdbc |
Support layer for using JDBC (accessing SQL Databases).
|
Modifier and Type | Field and Description |
---|---|
static Set<Capability> |
Capability.CLICKHOUSE_CAPABILITIES
Contains the capabilities of a Clickhouse database
|
static Set<Capability> |
Capability.MYSQL_CAPABILITIES
Contains the capabilities of a MySQL database
|
static Set<Capability> |
Capability.POSTGRES_CAPABILITIES
Contains the capabilities of a Postgres database
|
Modifier and Type | Method and Description |
---|---|
static Capability |
Capability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capability[] |
Capability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Database.hasCapability(Capability cap)
Determines if the current driver has the requested capability.
|
Copyright © 2018. All rights reserved.