public interface Ddl
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the DDL statement.
|
void |
executeQuietly()
This just does an execute() call and silently discards any DatabaseException
that might occur.
|
void execute()
void executeQuietly()
Copyright © 2020. All rights reserved.