Searched defs:rows (Results 1 - 25 of 33) sorted by relevance

12

/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DPreparedStatementWrapper.java868 public void setFetchSize(int rows) throws SQLException { argument
869 preparedStatement.setFetchSize(rows);
871 currentFetchSize = rows;
H A DResultSetWrapper.java99 * <code>false</code> if there are no more rows
905 * result set contains no rows
919 * result set contains no rows
960 * first row. This method has no effect if the result set contains no rows.
973 * last row. This method has no effect if the result set contains no rows.
988 * <code>false</code> if there are no rows in the result set
1002 * <code>false</code> if there are no rows in the result set
1062 * Moves the cursor a relative number of rows, either positive or negative.
1073 * @param rows an <code>int</code> specifying the number of rows t
1083 relative(int rows) argument
1153 setFetchSize(int rows) argument
[all...]
H A DStatementWrapper.java185 * Retrieves the maximum number of rows that a
188 * the excess rows are silently dropped.
190 * @return the current maximum number of rows for a <code>ResultSet</code>
201 * Sets the limit for the maximum number of rows that any
204 * rows are silently dropped.
206 * @param max the new max rows limit; zero means there is no limit
401 * rows will be processed in <code>ResultSet</code>
410 * @param direction the initial direction for processing rows
423 * Retrieves the direction for fetching rows from
441 * Gives the JDBC driver a hint as to the number of rows tha
454 setFetchSize(int rows) argument
[all...]
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c513 int rows,cols; local
519 astwinsize(2,&rows,&cols);
824 int n, rows, newsize; local
828 astwinsize(2,&rows,&newsize);
848 astwinsize(2,&rows,&newsize);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c75 int rows=0, cols=0; local
77 astwinsize(2,&rows,&cols);
80 if(v = rows)
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield.c46 0, /* rows */
142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
144 /* int rows; number of visible rows */
148 /* int nrow; number of off screen rows */
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 &&
158 f->rows = rows;
162 f->drows = rows + nrow;
205 f->rows
310 field_info(FIELD *f, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
[all...]
H A Dform.c46 0, /* rows */
143 int ymax = f->frow + f->rows;
145 if (form->rows < ymax)
146 form->rows = ymax;
164 form->rows = 0;
302 scale_form(FORM *f, int *rows, int *cols) argument
310 *rows = f->rows;
367 start = T(f) + c->rows;
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h78 int rows; /* size in rows */ member in struct:fieldnode
82 int drows; /* dynamic rows */
85 int nrow; /* offscreen rows */
112 int rows; /* size in rows */ member in struct:formnode
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dmenuformat.c39 set_menu_format(MENU *m, int rows, int cols) argument
41 if (rows < 0 || cols < 0) {
48 if (rows == 0) {
49 rows = FRows(m);
62 FRows(m) = rows;
66 Height(m) = min(rows, Rows(m));
72 if (rows > 0) {
73 FRows(Dfl_Menu) = rows;
83 menu_format(MENU *m, int *rows, int *cols) argument
86 *rows
[all...]
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dmenu.h83 int rows; /* Number of items high */ member in struct:MENU
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c397 int rows = incr; local
400 for (; rows; rows--, op++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2604 unsigned short rows, cols; local
2614 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */
2624 PUTSHORT(cp, rows);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h62 u_long rows; member in struct:Op_arg
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c287 int i, rows, r, c, maxwidth = 0, columns; local
298 rows = (count + (columns - 1)) / columns;
300 for (r = 0; r < rows; r++) {
302 i = c * rows + r;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c302 size_t rows, size_t cols, size_t ocols)
317 mdb_iob_resize(mdb.m_out, rows, cols);
325 mdb_iob_resize(mdb.m_out, rows, ocols);
332 size_t rows = mdb.m_out->iob_rows; local
342 0, rows, addr, cols);
345 MDB_IOB_AUTOWRAP, rows, addr, cols);
348 MDB_IOB_INDENT, rows, addr, cols);
351 MDB_IOB_AUTOWRAP | MDB_IOB_INDENT, rows, addr, cols);
301 do_nputs_tests(const char *banner, uint_t flags, size_t rows, size_t cols, size_t ocols) argument
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h607 /* Number of rows and columns (dimensions in characters). */
608 uint16_t rows, columns; member in struct:dom0_vga_console_info::__anon9329::__anon9330
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c44 int rows; /* max rows */ member in struct:__anon2611
200 if (++more->row < more->rows)
298 * if rows==0 or cols==0 then they are deterimined from the tty
303 int sfdcmore(Sfio_t* f, const char* prompt, int rows, int cols) argument
305 int sfdcmore(f, prompt, rows, cols)
308 int rows;
332 if (!rows || !cols)
335 astwinsize(sffileno(sfstdin), &rows, &cols); local
337 if (!rows)
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastwinsize.c26 * return terminal rows and cols
72 astwinsize(int fd, register int* rows, register int* cols) argument
80 if (rows) *rows = ws.ws_row;
91 if (rows) *rows = ts.ts_lines;
102 if (rows) *rows = ws.bytesy;
112 if (rows) *rows
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c1307 uint16_t rows; local
1323 CVC_CTL_SIZE(winsize_rows), (caddr_t)&rows)) != 0) ||
1350 ws.ws_row = rows;
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c36 size_t i, j, rows; local
56 /* Estimate the number of rows, first. */
59 for (rows = 0; NULL != child; rows++)
63 for (i = 0; i < rows; i++) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_sram.c84 size_t rows; local
99 rows = SIENA_SRAM_ROWS - 1;
100 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_RX_DC_BASE_ADR, rows);
103 EFX_POPULATE_OWORD_1(oword, FRF_AZ_SRM_TX_DC_BASE_ADR, rows + 1);
111 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) {
115 if ((wptr - rptr) < 64 && wptr < rows - 1)
133 for (wptr = 0, rptr = 0; wptr < rows; ++wptr) {
137 if ((wptr - rptr) < 64 && wptr < rows - 1)
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1257 int rows; local
1277 rows = e_row - s_row + 1;
1279 if (t_row + rows > tems.ts_c_dimension.height ||
1506 /* We have scrolled up (s_row - t_row) rows. */
1509 /* All OBP rows have been cleared. */
1979 set_font(struct font *f, short *rows, short *cols, short height, short width) argument
1995 if ((((*rows * fl->data->height) + BORDER_PIXELS) <= height) &&
2006 if (((*rows * DEFAULT_FONT_DATA.height) > height) ||
2008 *rows = (height - 2) / DEFAULT_FONT_DATA.height;
2232 * nrows: the number of rows t
2363 int rows = tems.ts_c_dimension.height; local
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dmain.c94 int cols = 80, rows = 24; local
100 rows = ws.ws_row;
107 asprintf(&buffer, "%d", rows);
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dlinenoise.c133 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */
379 int rows = (plen+l->len+l->cols)/l->cols; /* rows used by current buf. */ local
388 if (rows > (int)l->maxrows) l->maxrows = rows;
421 rows++;
422 if (rows > (int)l->maxrows) l->maxrows = rows;
429 if (rows-rpos2 > 0) {
430 snprintf(seq,64,"\x1b[%dA", rows
[all...]

Completed in 145 milliseconds

12