|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.setup.schemacheck.AbstractLesGridSchemaCheck
org.lexevs.dao.database.setup.schemacheck.CountBasedLexGridSchemaCheck
public class CountBasedLexGridSchemaCheck
The Class CountBasedLexGridSchemaCheck.
Constructor Summary | |
---|---|
CountBasedLexGridSchemaCheck()
Instantiates a new count based lex grid schema check. |
|
CountBasedLexGridSchemaCheck(javax.sql.DataSource dataSource,
SystemVariables systemVariables)
Instantiates a new count based lex grid schema check. |
Method Summary | |
---|---|
protected boolean |
checkResult(org.springframework.jdbc.core.JdbcTemplate template,
java.lang.String sql)
Check result. |
java.lang.String |
getCheckTableName()
Gets the check table name. |
protected java.lang.String |
getDbCheckSql()
Gets the db check sql. |
void |
setCheckTableName(java.lang.String checkTableName)
Sets the check table name. |
Methods inherited from class org.lexevs.dao.database.setup.schemacheck.AbstractLesGridSchemaCheck |
---|
getDataSource, getSystemVariables, isCommonLexGridSchemaInstalled, setDataSource, setSystemVariables |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountBasedLexGridSchemaCheck()
public CountBasedLexGridSchemaCheck(javax.sql.DataSource dataSource, SystemVariables systemVariables)
dataSource
- the data sourceprefixResolver
- the prefix resolverMethod Detail |
---|
protected boolean checkResult(org.springframework.jdbc.core.JdbcTemplate template, java.lang.String sql)
AbstractLesGridSchemaCheck
checkResult
in class AbstractLesGridSchemaCheck
template
- the templatesql
- the sql
protected java.lang.String getDbCheckSql()
AbstractLesGridSchemaCheck
getDbCheckSql
in class AbstractLesGridSchemaCheck
public void setCheckTableName(java.lang.String checkTableName)
checkTableName
- the new check table namepublic java.lang.String getCheckTableName()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |