Package com.anylogic.engine.database
- All Known Implementing Classes:
DatabaseLogFunctions
,DatabaseLogTableType
,DatabaseLogViews
@AnyLogicInternalAPI public interface DatabaseLoggingObjectDescriptor
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
Modifier and Type | Field | Description |
---|---|---|
static final Set<LoggingType> | EMPTY |
Modifier and Type | Method | Description |
---|---|---|
String | getCreateSQL() | |
default Set<LoggingType> | getLoggingTypes() | |
String | getName() | |
default String | getSaveSQL() | |
String | getType() |
static final Set<LoggingType> EMPTY
String getName()
default Set<LoggingType> getLoggingTypes()
String getType()
String getCreateSQL()
default String getSaveSQL()