Package | Description |
---|---|
org.spf4j.concurrent.jdbc | |
org.spf4j.jdbc |
Modifier and Type | Method and Description |
---|---|
DbType |
HeartBeatTableDesc.getDbType() |
Modifier and Type | Method and Description |
---|---|
SemaphoreTablesDesc |
SemaphoreTablesDesc.withDbType(DbType dbType) |
HeartBeatTableDesc |
HeartBeatTableDesc.withDbType(DbType pdbType) |
Constructor and Description |
---|
HeartBeatTableDesc(String tableName,
String ownerColun,
String intervalColumn,
String lastHeartbeatColumn,
DbType dbType) |
Modifier and Type | Field and Description |
---|---|
static DbType |
DbType.DEFAULT
Default database type to use in all jdbc APIs if a DBtype is not provided.
|
Modifier and Type | Method and Description |
---|---|
static DbType |
DbType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbType[] |
DbType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
DbType.getCurrTSSqlFn(DbType dbType)
Return the SQL for a current time millis since a EPOCH...
|
Copyright © 2018 SPF4J. All rights reserved.