| 程序包 | 说明 |
|---|---|
| com.ursful.framework.orm | |
| com.ursful.framework.orm.option | |
| com.ursful.framework.orm.support |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
SQLServiceImpl.table(Class<?> clazz) |
Table |
ISQLService.table(Class<?> clazz) |
Table |
SQLServiceImpl.table(String tableName) |
Table |
ISQLService.table(String table) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Table> |
SQLServiceImpl.tables() |
List<Table> |
ISQLService.tables() |
List<Table> |
SQLServiceImpl.tables(String keyword) |
List<Table> |
ISQLService.tables(String keyword) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SQLServiceImpl.createOrUpdate(Table table,
List<TableColumn> tableColumns) |
void |
ISQLService.createOrUpdate(Table table,
List<TableColumn> tableColumns) |
void |
SQLServiceImpl.drop(Table table) |
void |
ISQLService.drop(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
SQLServerOptions.table(Connection connection,
RdTable rdTable) |
Table |
PostgreSQLOptions.table(Connection connection,
RdTable rdTable) |
Table |
OracleOptions.table(Connection connection,
RdTable rdTable) |
Table |
MySQLOptions.table(Connection connection,
RdTable rdTable) |
Table |
H2Options.table(Connection connection,
RdTable rdTable) |
Table |
SQLServerOptions.table(Connection connection,
Table tab) |
Table |
PostgreSQLOptions.table(Connection connection,
Table table) |
Table |
OracleOptions.table(Connection connection,
Table tab) |
Table |
MySQLOptions.table(Connection connection,
Table table) |
Table |
H2Options.table(Connection connection,
Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Table> |
SQLServerOptions.tables(Connection connection,
String keyword) |
List<Table> |
PostgreSQLOptions.tables(Connection connection,
String keyword) |
List<Table> |
OracleOptions.tables(Connection connection,
String keyword) |
List<Table> |
MySQLOptions.tables(Connection connection,
String keyword) |
List<Table> |
H2Options.tables(Connection connection,
String keyword) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
SQLServerOptions.createOrUpdateSqls(Connection connection,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
PostgreSQLOptions.createOrUpdateSqls(Connection connection,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
OracleOptions.createOrUpdateSqls(Connection connection,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
MySQLOptions.createOrUpdateSqls(Connection connection,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
H2Options.createOrUpdateSqls(Connection connection,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
String |
SQLServerOptions.dropTable(Table table) |
String |
PostgreSQLOptions.dropTable(Table table) |
String |
OracleOptions.dropTable(Table table) |
String |
MySQLOptions.dropTable(Table table) |
Table |
SQLServerOptions.table(Connection connection,
Table tab) |
Table |
PostgreSQLOptions.table(Connection connection,
Table table) |
Table |
OracleOptions.table(Connection connection,
Table tab) |
Table |
MySQLOptions.table(Connection connection,
Table table) |
Table |
H2Options.table(Connection connection,
Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Options.table(Connection connection,
RdTable table) |
Table |
Options.table(Connection connection,
Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Table> |
Options.tables(Connection connection,
String keyword) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
Options.createOrUpdateSqls(Connection connection,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
String |
Options.dropTable(Table table) |
Table |
Options.table(Connection connection,
Table table) |
Copyright © 2023. All rights reserved.