AnyLogic
Expand
Font size
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.

Field Summary

Modifier and TypeFieldDescription
static final Set<LoggingType>EMPTY 

Method Summary

Modifier and TypeMethodDescription
StringgetCreateSQL() 
default Set<LoggingType>getLoggingTypes() 
StringgetName() 
default StringgetSaveSQL() 
StringgetType() 

Field Details

EMPTY

static final Set<LoggingType> EMPTY

Method Details

getName

String getName()

getLoggingTypes

default Set<LoggingType> getLoggingTypes()

getType

String getType()

getCreateSQL

String getCreateSQL()

getSaveSQL

default String getSaveSQL()