Package com.anylogic.engine.database
@AnyLogicInternalAPI public interface ILogEntry
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.
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Method | Description |
---|---|---|
default Object | getCompoundKey() | |
PreparedStatement | getSQLStatement | |
default void | initCompound | |
default boolean | isBatch() | |
default boolean | isCompound() | |
default boolean | isCompoundLast() | |
default boolean | nextStatement() |
PreparedStatement getSQLStatement(ModelDBConnectivity database) throws SQLException
- Throws:
SQLException
default boolean isBatch()
default boolean nextStatement()
default boolean isCompound()
default Object getCompoundKey()
default void initCompound(ILogEntry prev)
default boolean isCompoundLast()