Package com.anylogic.engine.database
- java.lang.Object
- com.anylogic.engine.database.DatabaseLogStatements
@AnyLogicInternalAPI public class DatabaseLogStatements extends Object
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 |
---|---|---|
PreparedStatement | getInsertStatement | |
PreparedStatement | getUpdateStatement |
@AnyLogicInternalAPI public PreparedStatement getInsertStatement(DatabaseLogTableType databaseLogTableType, String... fields) throws SQLException
- Throws:
SQLException
@AnyLogicInternalAPI public PreparedStatement getUpdateStatement(DatabaseLogTableType databaseLogTableType, String idColumnName, String... fields) throws SQLException
- Throws:
SQLException