public interface JDBCRepositoryProvider
extends org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI, org.apache.shardingsphere.infra.util.spi.type.required.RequiredSPI
| 限定符和类型 | 方法和说明 |
|---|---|
String |
createTableSQL()
Create table SQL.
|
String |
deleteSQL()
Delete SQL.
|
String |
dropTableSQL()
Drop table SQL.
|
String |
insertSQL()
Insert SQL.
|
String |
selectByKeySQL()
Select by key SQL.
|
String |
selectByParentKeySQL()
Select by parent key SQL.
|
String |
updateSQL()
Update SQL.
|
String dropTableSQL()
String createTableSQL()
String selectByKeySQL()
String selectByParentKeySQL()
String insertSQL()
String updateSQL()
String deleteSQL()
Copyright © 2022 The Apache Software Foundation. All rights reserved.