public interface DatabaseType
| Modifier and Type | Method and Description |
|---|---|
default String |
getDatabaseProductName()
Get database product name.
|
int |
getDuplicateRecordErrorCode()
Get duplicate record error code.
|
default String |
getSQLPropertiesFile()
Get SQL properties file.
|
String |
getType()
Get database type name.
|
String getType()
default String getDatabaseProductName()
default String getSQLPropertiesFile()
int getDuplicateRecordErrorCode()
Copyright © 2021 The Apache Software Foundation. All rights reserved.