Package com.anylogic.engine.database
@AnyLogicInternalAPI public interface ILogEntry
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(ModelDatabase 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()