public class ScriptRead extends AbstractSqlRead
config| 构造器和说明 |
|---|
ScriptRead(SQLParserVO config) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
buildQuerySql() |
String |
buildXmlElement(ResultSet rs) |
String |
buildXmlElementUniqueKey(ResultSet rs) |
void |
checkConfig() |
boolean |
getEnableFiledValue(ResultSet rs)
获取启停字段对应的字段值
|
boolean |
hasEnableFiled()
是否包含启停字段
|
boolean |
needRead()
是否可以读取
chain 默认可以读取
script 需要判断是否有配置
|
ReadType |
type()
类型
|
getStringFromRs, getStringFromRsWithCheck, readpublic ScriptRead(SQLParserVO config)
public boolean hasEnableFiled()
AbstractSqlReadhasEnableFiled 在类中 AbstractSqlReadpublic boolean getEnableFiledValue(ResultSet rs) throws SQLException
AbstractSqlReadgetEnableFiledValue 在类中 AbstractSqlReadSQLExceptionpublic String buildQuerySql()
buildQuerySql 在类中 AbstractSqlReadpublic void checkConfig()
checkConfig 在类中 AbstractSqlReadpublic String buildXmlElement(ResultSet rs) throws SQLException
buildXmlElement 在类中 AbstractSqlReadSQLExceptionpublic String buildXmlElementUniqueKey(ResultSet rs) throws SQLException
buildXmlElementUniqueKey 在类中 AbstractSqlReadSQLExceptionpublic boolean needRead()
AbstractSqlReadneedRead 在类中 AbstractSqlReadCopyright © 2024. All rights reserved.