public final class H2JDBCRepositoryProvider extends Object implements JDBCRepositoryProvider
| Constructor and Description |
|---|
H2JDBCRepositoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
createTableSQL() |
String |
deleteSQL() |
String |
dropTableSQL() |
String |
getType() |
String |
insertSQL() |
boolean |
isDefault() |
String |
selectByKeySQL() |
String |
selectByParentKeySQL() |
String |
updateSQL() |
public String dropTableSQL()
dropTableSQL in interface JDBCRepositoryProviderpublic String createTableSQL()
createTableSQL in interface JDBCRepositoryProviderpublic String selectByKeySQL()
selectByKeySQL in interface JDBCRepositoryProviderpublic String selectByParentKeySQL()
selectByParentKeySQL in interface JDBCRepositoryProviderpublic String insertSQL()
insertSQL in interface JDBCRepositoryProviderpublic String updateSQL()
updateSQL in interface JDBCRepositoryProviderpublic String deleteSQL()
deleteSQL in interface JDBCRepositoryProviderpublic String getType()
getType in interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIpublic boolean isDefault()
isDefault in interface org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPICopyright © 2023 The Apache Software Foundation. All rights reserved.