DBA Data[Home] [Help]

SYS.HTP SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 501

procedure formSelectOpen(cname       in varchar2,
                      cprompt     in varchar2 character set any_cs DEFAULT NULL,
                         nsize       in integer  DEFAULT NULL,
                         cattributes in varchar2 DEFAULT NULL) is
begin p(htf.formSelectOpen(cname,cprompt,nsize,cattributes)); end;
Line: 507

procedure formSelectOption(cvalue      in varchar2 character set any_cs,
                           cselected   in varchar2 DEFAULT NULL,
                           cattributes in varchar2 DEFAULT NULL) is
begin p(htf.formSelectOption(cvalue,cselected,cattributes)); end;
Line: 512

procedure formSelectClose is
begin p(htf.formSelectClose); end;
Line: 715

   htbuf.delete;
Line: 728

   htraws.delete;
Line: 894

	 -- Update rows_out for next fetch
	 rows_out := rows_out + irows;
Line: 1191

            /* Update buffer to contain remaining bytes */
            buffer := substr(buffer,256);
Line: 1197

            /* Update buffer to contain remaining bytes */
            buffer := substr(buffer, sp_loc + 1);
Line: 1207

         /* Update buffer to contain remaining bytes */
         buffer := substr(buffer, nl_loc + 1);
Line: 1661

      select VALUE into nc_charset from V$NLS_PARAMETERS
          where PARAMETER = 'NLS_NCHAR_CHARACTERSET';