Condition condition,
String groupby, String orderby,
int startIndex, int rowLen
){
if(startIndex<0){
throw new JThinkRuntimeException("startIndex不能小于0!");
}
if(rowLen<0){
throw new JThinkRuntimeException("rowLen不能小于0!");
}
// SQL columnSQL = null;
// StringBuffered columnSQLStatement = null;
// int columnSQLStatementSize = 0;