public interface DatabaseOperation
| Modifier and Type | Method and Description |
|---|---|
boolean |
connect() |
boolean |
disconect() |
List<Object> |
executeQuery(String query) |
String |
getSatus() |
boolean connect()
throws SQLException
SQLExceptionboolean disconect()
throws SQLException
SQLExceptionString getSatus()
Copyright © 2005–2019 Alfresco Software. All rights reserved.