AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class DatabaseLogStatements
extends Object
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
PreparedStatementgetInsertStatement(DatabaseLogTableType databaseLogTableType, String... fields) 
PreparedStatementgetUpdateStatement(DatabaseLogTableType databaseLogTableType, String idColumnName, String... fields) 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getInsertStatement

@AnyLogicInternalAPI
public PreparedStatement getInsertStatement(DatabaseLogTableType databaseLogTableType,
 String... fields)
                                     throws SQLException
Throws:
SQLException

getUpdateStatement

@AnyLogicInternalAPI
public PreparedStatement getUpdateStatement(DatabaseLogTableType databaseLogTableType,
 String idColumnName,
 String... fields)
                                     throws SQLException
Throws:
SQLException