public abstract class BaseDDLExporter extends java.lang.Object implements DDLExporter
| Constructor and Description |
|---|
BaseDDLExporter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract byte[] |
doExport(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator) |
byte[] |
export(long recordSetId) |
byte[] |
export(long recordSetId,
int status) |
byte[] |
export(long recordSetId,
int status,
int start,
int end) |
byte[] |
export(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator) |
java.util.Locale |
getLocale() |
protected java.lang.String |
getStatusMessage(int status) |
void |
setLocale(java.util.Locale locale) |
public byte[] export(long recordSetId)
throws java.lang.Exception
export in interface DDLExporterjava.lang.Exceptionpublic byte[] export(long recordSetId,
int status)
throws java.lang.Exception
export in interface DDLExporterjava.lang.Exceptionpublic byte[] export(long recordSetId,
int status,
int start,
int end)
throws java.lang.Exception
export in interface DDLExporterjava.lang.Exceptionpublic byte[] export(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws java.lang.Exception
export in interface DDLExporterjava.lang.Exceptionpublic java.util.Locale getLocale()
getLocale in interface DDLExporterpublic void setLocale(java.util.Locale locale)
setLocale in interface DDLExporterprotected abstract byte[] doExport(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getStatusMessage(int status)