| Package | Description |
|---|---|
| sf.database.dialect | |
| sf.database.meta | |
| sf.database.meta.object |
| Modifier and Type | Field and Description |
|---|---|
protected Case |
DBDialect.caseHandler
case Handler
|
| Modifier and Type | Method and Description |
|---|---|
Case |
MetadataFeature.getDefaultCase() |
Case |
MetadataFeature.getQuotedCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataFeature.setDefaultCase(Case defaultCase) |
void |
MetadataFeature.setQuotedCase(Case quotedCase) |
| Modifier and Type | Method and Description |
|---|---|
static Case |
Case.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Case[] |
Case.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.