AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public interface ILogEntry

Method Summary

Modifier and TypeMethodDescription
default ObjectgetCompoundKey() 
PreparedStatementgetSQLStatement(ModelDatabase database) 
default voidinitCompound(ILogEntry prev) 
default booleanisBatch() 
default booleanisCompound() 
default booleanisCompoundLast() 
default booleannextStatement() 

Method Details

getSQLStatement

PreparedStatement getSQLStatement(ModelDatabase database)
                           throws SQLException
Throws:
SQLException

isBatch

default boolean isBatch()

nextStatement

default boolean nextStatement()

isCompound

default boolean isCompound()

getCompoundKey

default Object getCompoundKey()

initCompound

default void initCompound(ILogEntry prev)

isCompoundLast

default boolean isCompoundLast()