AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public interface ILogEntry
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Method Summary

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

Method Details

getSQLStatement

PreparedStatement getSQLStatement(ModelDBConnectivity 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()