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!");
}
StringBuffered sqlStr = new StringBuffered(17)
.append("SELECT ");
ObjectBuffered values = null;//new ObjectBuffered();