Revision 28967 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/mysql/MySQLHelper.java

View differences:

MySQLHelper.java
415 415
		return strb.toString();
416 416
	}
417 417

  
418
	public boolean supportOffset() {
419
		return true;
420
	}
418 421

  
422
	public boolean supportsUnion() {
423
		return true;
424
	}
425

  
426

  
419 427
}

Also available in: Unified diff