| Package | Description |
|---|---|
| net.sf.jsqlparser.schema |
| Modifier and Type | Method and Description |
|---|---|
Database |
Sequence.getDatabase() |
Database |
Synonym.getDatabase() |
Database |
Table.getDatabase() |
Database |
Database.withDatabaseName(String databaseName) |
Database |
Database.withServer(Server server) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sequence.setDatabase(Database database) |
void |
Synonym.setDatabase(Database database) |
void |
Table.setDatabase(Database database) |
Sequence |
Sequence.withDatabase(Database database) |
Synonym |
Synonym.withDatabase(Database database) |
Table |
Table.withDatabase(Database database) |
| Constructor and Description |
|---|
Table(Database database,
String schemaName,
String name) |
Copyright © 2004–2021 JSQLParser. All rights reserved.