nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Entrez2-db-info.html

28 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Entrez2-db-info</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>Entrez2-db-info</h3><pre>Defined in file <a href="entrez2.asn.html">entrez2.asn</a>
C++ class: <a href="../doxyhtml/classCEntrez2__db__info.html">CEntrez2_db_info</a>
Entrez2-db-info ::= SEQUENCE { -- info for one database
db-name <a href="Entrez2-db-id.html">Entrez2-db-id</a> , -- internal name
db-menu VisibleString , -- short name for menu
db-descr VisibleString , -- longer explanatory name
doc-count INTEGER , -- total number of records
field-count INTEGER , -- number of field types
fields SEQUENCE OF <a href="Entrez2-field-info.html">Entrez2-field-info</a>,
link-count INTEGER , -- number of link types
links SEQUENCE OF <a href="Entrez2-link-info.html">Entrez2-link-info</a>,
docsum-field-count INTEGER,
docsum-fields SEQUENCE OF <a href="Entrez2-docsum-field-info.html">Entrez2-docsum-field-info</a> }</pre>
</body>
</html>