Oracle BLAST_CUR
Version 11.2
 
General Information
Source {ORACLE_HOME}/rdbms/admin/dbmsdmbl.sql
Dependencies
BLASTN_ALIGN BLASTP_ALIGN TBLAST_ALIGN
BLASTN_ALIGN_COMPRESS BLASTP_MATCH TBLAST_MATCH

Source Code
CREATE OR REPLACE PACKAGE blast_cur AS

TYPE refcur_t IS REF CURSOR;

TYPE seqdbrec_t IS RECORD(sequence_id VARCHAR2(4000),sequence_db CLOB);

TYPE seqdbcur_t IS REF CURSOR RETURN seqdbrec_t;

END blast_cur;
/
Security Model Owned by SYS with no prvileges granted
 
Related Topics
Ref Cursors
 
Morgan's Library Page Footer
This is site maintained by Dan Morgan. Last Updated: Contact Us Legal Notices & Terms of Use  Privacy Statement