Package com.anylogic.engine.database
@AnyLogicInternalAPI public interface ILogEntry
default java.lang.Object |
getCompoundKey() |
|
java.sql.PreparedStatement |
getSQLStatement(ModelDatabase database) |
|
default void |
initCompound(ILogEntry prev) |
|
default boolean |
isBatch() |
|
default boolean |
isCompound() |
|
default boolean |
isCompoundLast() |
|
default boolean |
nextStatement() |
|
Modifier and Type | Method | Description |
---|
java.sql.PreparedStatement getSQLStatement(ModelDatabase database) throws java.sql.SQLException
- Throws:
java.sql.SQLException
default boolean isBatch()
default boolean nextStatement()
default boolean isCompound()
default java.lang.Object getCompoundKey()
default void initCompound(ILogEntry prev)
default boolean isCompoundLast()
-
How can we improve this article?
-