public interface DDLExporter
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
setLocale(java.util.Locale locale) |
byte[] export(long recordSetId)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long recordSetId,
int status)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long recordSetId,
int status,
int start,
int end)
throws java.lang.Exception
java.lang.Exceptionbyte[] export(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws java.lang.Exception
java.lang.Exceptionjava.util.Locale getLocale()
void setLocale(java.util.Locale locale)