public class ChainRead extends AbstractSqlRead<ChainVO>
config| 构造器和说明 |
|---|
ChainRead(SQLParserVO config) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
buildQuerySql() |
void |
checkConfig() |
boolean |
getEnableFiledValue(ResultSet rs)
获取启停字段对应的字段值
|
boolean |
hasEnableFiled()
是否包含启停字段
|
protected ChainVO |
parse(ResultSet rs) |
ReadType |
type()
类型
|
getStringFromRs, getStringFromRsWithCheck, needRead, readpublic ChainRead(SQLParserVO config)
protected ChainVO parse(ResultSet rs) throws SQLException
parse 在类中 AbstractSqlRead<ChainVO>SQLExceptionpublic boolean hasEnableFiled()
AbstractSqlReadhasEnableFiled 在类中 AbstractSqlRead<ChainVO>public boolean getEnableFiledValue(ResultSet rs) throws SQLException
AbstractSqlReadgetEnableFiledValue 在类中 AbstractSqlRead<ChainVO>SQLExceptionpublic String buildQuerySql()
buildQuerySql 在类中 AbstractSqlRead<ChainVO>public void checkConfig()
checkConfig 在类中 AbstractSqlRead<ChainVO>Copyright © 2024. All rights reserved.