@Activators(value=SQLAppStartup.Activator.class) public interface SQLAppStartup
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
SQLAppStartup.Activator  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
initConnection()
This method is called when connection may be safely initialized - for example, possibly (re-)building database
 structure. 
 | 
void initConnection()
                    throws SQLException
SQLException - If SQL error.