public class LoggingH2EventListener extends Object implements org.h2.api.DatabaseEventListener
| Constructor and Description |
|---|
LoggingH2EventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
closingDatabase() |
void |
diskSpaceIsLow() |
void |
exceptionThrown(SQLException aException,
String sSQLStatement) |
void |
init(String sURL) |
void |
opened() |
void |
setProgress(int nState,
String sObjectName,
int nCurrentStep,
int nTotalSteps) |
String |
toString() |
public void init(String sURL)
init in interface org.h2.api.DatabaseEventListenerpublic void opened()
opened in interface org.h2.api.DatabaseEventListenerpublic void diskSpaceIsLow()
public void exceptionThrown(SQLException aException, String sSQLStatement)
exceptionThrown in interface org.h2.api.DatabaseEventListenerpublic void setProgress(int nState,
String sObjectName,
int nCurrentStep,
int nTotalSteps)
setProgress in interface org.h2.api.DatabaseEventListenerpublic void closingDatabase()
closingDatabase in interface org.h2.api.DatabaseEventListenerCopyright © 2014–2021 Philip Helger. All rights reserved.