java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java
branchv_0
changeset 97 0dcaa48809f2
parent 91 43e8d52091d5
child 98 4d420f8b3320
equal deleted inserted replaced
96:7ae30649b30b 97:0dcaa48809f2
   265 	 * @return row number, 1 = first
   265 	 * @return row number, 1 = first
   266 	 */
   266 	 */
   267 	protected int getCurrentRowCount() {
   267 	protected int getCurrentRowCount() {
   268 		return currentRowCount;
   268 		return currentRowCount;
   269 	}
   269 	}
   270 	/**
       
   271 	 * TODO: write SQLWarning
       
   272 	 */
       
   273 }
   270 }