public interface DatabaseAccessing
| Modifier and Type | Method and Description |
|---|---|
void |
init(Properties configuration,
SQLHandler sqlHandler,
String dialect,
List<String> schemaNames)
Initializes the database operation class with the given
Properties, SQLHandler. |
void init(Properties configuration, SQLHandler sqlHandler, String dialect, List<String> schemaNames)
Properties, SQLHandler.configuration - The configuration, not nullsqlHandler - The sql handler, not nulldialect - schemaNames - Copyright © 2017. All rights reserved.