Package | Description |
---|---|
sf.database.dialect |
Modifier and Type | Method and Description |
---|---|
static DBProperty |
DBProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBProperty[] |
DBProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
DatabaseDialect.getProperty(DBProperty key)
返回指定的属性(文本)
|
String |
DBDialect.getProperty(DBProperty key) |
String |
DatabaseDialect.getProperty(DBProperty key,
String defaultValue)
返回指定的属性(文本)
|
String |
DBDialect.getProperty(DBProperty key,
String defaultValue) |
int |
DatabaseDialect.getPropertyInt(DBProperty key)
返回指定特性(数值),如果无值返回0
|
int |
DBDialect.getPropertyInt(DBProperty key) |
long |
DatabaseDialect.getPropertyLong(DBProperty key)
返回指定数据库特性(数值),如果无值返回0
|
long |
DBDialect.getPropertyLong(DBProperty key) |
protected void |
DBDialect.setProperty(DBProperty key,
String value) |
Copyright © 2020. All rights reserved.