public class SimpleJdbcDstService extends AbstractJdbcDstService
Constructor and Description |
---|
SimpleJdbcDstService(Properties props,
String beanClassName)
Deprecated.
|
SimpleJdbcDstService(TaskType task)
Simple JDBC source service that gets SQL request names from lsc.properties
and calls the appropriate SQL requests defined in sql-map-config.d
|
Modifier and Type | Method and Description |
---|---|
String |
getRequestNameForClean() |
String |
getRequestNameForList() |
String |
getRequestNameForNextId() |
String |
getRequestNameForObject() |
List<String> |
getRequestsNameForDelete() |
List<String> |
getRequestsNameForInsert() |
List<String> |
getRequestsNameForUpdate() |
apply, getWriteDatasetIds
fillAttributesMap, getAttributesMap, getAttributesMap, getBean, getBean, getListPivots, getValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBean, getListPivots
@Deprecated public SimpleJdbcDstService(Properties props, String beanClassName) throws LscServiceException
props
- Configuration propertiesLscServiceInitializationException
LscServiceException
public SimpleJdbcDstService(TaskType task) throws LscServiceException
task
- Initialized task containing all necessary pieces of information to initiate connection
and load settingsLscServiceInitializationException
LscServiceException
public String getRequestNameForList()
getRequestNameForList
in class AbstractJdbcService
public String getRequestNameForObject()
getRequestNameForObject
in class AbstractJdbcService
public String getRequestNameForNextId()
getRequestNameForNextId
in class AbstractJdbcService
public String getRequestNameForClean()
getRequestNameForClean
in class AbstractJdbcService
public List<String> getRequestsNameForInsert()
getRequestsNameForInsert
in class AbstractJdbcDstService
public List<String> getRequestsNameForUpdate()
getRequestsNameForUpdate
in class AbstractJdbcDstService
public List<String> getRequestsNameForDelete()
getRequestsNameForDelete
in class AbstractJdbcDstService
Copyright © 2005-2024 LSC project. All Rights Reserved.