JDBCResultSet.java | 69 private String rowbuf[]; field in class:JDBCResultSet 82 this.rowbuf = null; 133 if (rowbuf == null) { 137 rowbuf = new String[tr.ncolumns]; 139 rowbuf, 0, tr.ncolumns); 831 if (!oninsrow || rowbuf == null) { 854 this.s.conn.db.exec(sb.toString(), null, rowbuf); 858 tr.newrow(rowbuf); 859 rowbuf = null; 866 if (rowbuf == null) [all...] |