Current File : //usr/local/emps/share/doc/freetds/reference/a00550.dot |
digraph "Bulk copy functions"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=box];
rankdir=LR;
Node2 [label="The db-lib API",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00547.html",tooltip="Functions callable by db-lib client programs."];
Node3 [label="Internal bcp functions",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00551.html",tooltip="Static functions internal to the bcp library."];
Node1 [label="Bulk copy functions",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Functions to bulk-copy (a/k/a bcp) data to/from the database."];
Node2->Node1 [shape=plaintext, dir="back", style="solid"];
Node1->Node3 [shape=plaintext, dir="back", style="solid"];
}