Package | Description |
---|---|
ra.db | |
ra.db.parameter | |
ra.db.record |
Modifier and Type | Method and Description |
---|---|
static DatabaseCategory |
DatabaseCategory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseCategory[] |
DatabaseCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseCategory |
SpannerParameters.getCategory() |
DatabaseCategory |
BigQueryParameters.getCategory() |
DatabaseCategory |
DatabaseParameters.getCategory()
Returns DatabaseCategory.
|
DatabaseCategory |
MysqlParameters.getCategory() |
DatabaseCategory |
H2Parameters.getCategory() |
Constructor and Description |
---|
RecordSet(DatabaseCategory category)
Initialize.
|