Package bld.generator.report.query.impl
Class SpreadsheetBaseDataSource
java.lang.Object
bld.generator.report.query.impl.SpreadsheetBaseDataSource
- Direct Known Subclasses:
SpreadsheetMultipleDataSource,SpreadsheetSingleDataSource
The Class ExcelBaseDataSource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextThe application context. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplategetNamedParameterJdbcTemplate(String namedParameterJdbcTemplate) Gets the named parameter jdbc template.
-
Field Details
-
applicationContext
@Autowired protected org.springframework.context.ApplicationContext applicationContextThe application context.
-
-
Constructor Details
-
SpreadsheetBaseDataSource
public SpreadsheetBaseDataSource()Instantiates a new excel base data source.
-
-
Method Details
-
getNamedParameterJdbcTemplate
public org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate getNamedParameterJdbcTemplate(String namedParameterJdbcTemplate) Gets the named parameter jdbc template.- Parameters:
namedParameterJdbcTemplate- the named parameter jdbc template- Returns:
- the named parameter jdbc template
-