public interface Exporter<T extends Exportable>
CREATE
and
DROP
scriptsModifier and Type | Field and Description |
---|---|
static String[] |
NO_COMMANDS |
Modifier and Type | Method and Description |
---|---|
String[] |
getSqlCreateStrings(T exportable,
Metadata metadata)
Get the commands needed for creation.
|
String[] |
getSqlDropStrings(T exportable,
Metadata metadata)
Get the commands needed for dropping.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.