| Package | Description |
|---|---|
| com.objectsql | |
| com.objectsql.option | |
| com.objectsql.support |
| Modifier and Type | Method and Description |
|---|---|
Table |
SQLService.table(Class<?> clazz) |
Table |
SQLServiceImpl.table(Class<?> clazz) |
Table |
SQLService.table(String table) |
Table |
SQLServiceImpl.table(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
SQLService.tables() |
List<Table> |
SQLServiceImpl.tables() |
List<Table> |
SQLService.tables(String keyword) |
List<Table> |
SQLServiceImpl.tables(String keyword) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLService.createOrUpdate(Table table,
List<TableColumn> tableColumns) |
void |
SQLServiceImpl.createOrUpdate(Table table,
List<TableColumn> tableColumns) |
void |
SQLService.drop(Table table) |
void |
SQLServiceImpl.drop(Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
OracleOptions.table(Connection connection,
String schema,
RdTable rdTable) |
Table |
PostgreSQLOptions.table(Connection connection,
String schema,
RdTable rdTable) |
Table |
MySQLOptions.table(Connection connection,
String schema,
RdTable rdTable) |
Table |
SQLServerOptions.table(Connection connection,
String schema,
RdTable rdTable) |
Table |
H2Options.table(Connection connection,
String schema,
RdTable rdTable) |
Table |
OracleOptions.table(Connection connection,
String schema,
Table tab) |
Table |
PostgreSQLOptions.table(Connection connection,
String schema,
Table table) |
Table |
MySQLOptions.table(Connection connection,
String schema,
Table table) |
Table |
SQLServerOptions.table(Connection connection,
String schema,
Table tab) |
Table |
H2Options.table(Connection connection,
String schema,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
OracleOptions.tables(Connection connection,
String schema,
String keyword) |
List<Table> |
PostgreSQLOptions.tables(Connection connection,
String schema,
String keyword) |
List<Table> |
MySQLOptions.tables(Connection connection,
String schema,
String keyword) |
List<Table> |
SQLServerOptions.tables(Connection connection,
String schema,
String keyword) |
List<Table> |
H2Options.tables(Connection connection,
String schema,
String keyword) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
OracleOptions.createOrUpdateSqls(Connection connection,
String schema,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
PostgreSQLOptions.createOrUpdateSqls(Connection connection,
String schema,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
MySQLOptions.createOrUpdateSqls(Connection connection,
String schema,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
SQLServerOptions.createOrUpdateSqls(Connection connection,
String schema,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
List<String> |
H2Options.createOrUpdateSqls(Connection connection,
String schema,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
String |
OracleOptions.dropTable(String schema,
Table table) |
String |
PostgreSQLOptions.dropTable(String schema,
Table table) |
String |
MySQLOptions.dropTable(String schema,
Table table) |
String |
SQLServerOptions.dropTable(String schema,
Table table) |
Table |
OracleOptions.table(Connection connection,
String schema,
Table tab) |
Table |
PostgreSQLOptions.table(Connection connection,
String schema,
Table table) |
Table |
MySQLOptions.table(Connection connection,
String schema,
Table table) |
Table |
SQLServerOptions.table(Connection connection,
String schema,
Table tab) |
Table |
H2Options.table(Connection connection,
String schema,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Options.table(Connection connection,
String schema,
RdTable table) |
Table |
Options.table(Connection connection,
String schema,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
Options.tables(Connection connection,
String schema,
String keyword) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Options.createOrUpdateSqls(Connection connection,
String schema,
Table table,
List<TableColumn> columns,
List<TableColumn> tableColumns,
boolean tableExisted) |
String |
Options.dropTable(String schema,
Table table) |
Table |
Options.table(Connection connection,
String schema,
Table table) |
Copyright © 2024. All rights reserved.