程序包 org.anyline.data
接口 Run
public interface Run
-
方法概要
修饰符和类型方法说明booleandefault StringgetBaseQuery(boolean placeholder) getDest()default StringgetFinalDelete(boolean placeholder) default StringgetFinalExecute(boolean placeholder) default StringgetFinalExists(boolean placeholder) default StringgetFinalInsert(boolean placeholder) default StringgetFinalQuery(boolean placeholder) default StringgetFinalUpdate(boolean placeholder) intgetFrom()getInsertColumns(boolean metadata) longgetRows()获取行数getTable()default StringgetTotalQuery(boolean placeholder) getUpdateColumns(boolean metadata) getValue()voidinit()boolean过滤条件是否为空booleanisSetValue(String variable) booleanisSetValue(String condition, String variable) booleanisValid()log(ACTION.DML action, boolean placeholder) voidsetBuilder(StringBuilder builder) voidsetFrom(int from) voidsetPageNavi(PageNavi pageNavi) voidvoidsetValid(boolean valid) booleanslice()voidslice(boolean slice) default booleanSQL是否支持换行voidsupportBr(boolean support)
-
方法详细资料
-
init
void init() -
slice
void slice(boolean slice) -
slice
boolean slice() -
isEmptyCondition
boolean isEmptyCondition()过滤条件是否为空- 返回:
- boolean
-
getRows
long getRows()获取行数- 返回:
- 未设置行数的返回-1
-
getTable
Table getTable() -
getCatalog
Catalog getCatalog() -
getSchema
Schema getSchema() -
getTableName
String getTableName() -
getCatalogName
String getCatalogName() -
getSchemaName
String getSchemaName() -
getDest
String getDest() -
getInsertColumns
-
getInsertColumns
-
getUpdateColumns
-
getUpdateColumns
-
getBaseQuery
-
getBaseQuery
-
getFinalQuery
-
getFinalQuery
-
getTotalQuery
-
getTotalQuery
-
getFinalExists
-
getFinalExists
-
getFinalInsert
-
getFinalInsert
-
getFinalDelete
-
getFinalDelete
-
getFinalUpdate
-
getFinalUpdate
-
getFinalExecute
-
getFinalExecute
-
supportBr
default boolean supportBr()SQL是否支持换行- 返回:
- boolean
-
supportBr
void supportBr(boolean support) -
getValues
-
getQueryColumn
String getQueryColumn() -
getStrict
Compare.EMPTY_VALUE_SWITCH getStrict() -
setSwt
-
isValid
boolean isValid() -
checkValid
boolean checkValid() -
setValid
void setValid(boolean valid) -
getBuilder
StringBuilder getBuilder() -
setBuilder
-
getFrom
int getFrom() -
setFrom
void setFrom(int from) -
isSetValue
-
isSetValue
-
getFilter
Object getFilter() -
getUpdate
Object getUpdate() -
getQueryColumns
-
getExcludeColumns
-
getValue
Object getValue() -
log
-