public final class H2JDBCRepositoryProvider extends Object implements JDBCRepositoryProvider
| 构造器和说明 |
|---|
H2JDBCRepositoryProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
createTableSQL() |
String |
deleteSQL() |
String |
dropTableSQL() |
String |
getType() |
String |
insertSQL() |
boolean |
isDefault() |
String |
selectByKeySQL() |
String |
selectByParentKeySQL() |
String |
updateSQL() |
public String dropTableSQL()
dropTableSQL 在接口中 JDBCRepositoryProviderpublic String createTableSQL()
createTableSQL 在接口中 JDBCRepositoryProviderpublic String selectByKeySQL()
selectByKeySQL 在接口中 JDBCRepositoryProviderpublic String selectByParentKeySQL()
selectByParentKeySQL 在接口中 JDBCRepositoryProviderpublic String insertSQL()
insertSQL 在接口中 JDBCRepositoryProviderpublic String updateSQL()
updateSQL 在接口中 JDBCRepositoryProviderpublic String deleteSQL()
deleteSQL 在接口中 JDBCRepositoryProviderpublic String getType()
getType 在接口中 org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPIpublic boolean isDefault()
isDefault 在接口中 org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPICopyright © 2022 The Apache Software Foundation. All rights reserved.