JezK
Edit File: a00526.dot
digraph "The db-lib API" { edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; node [fontname="Helvetica",fontsize="10",shape=box]; rankdir=LR; Node1 [label="The db-lib API",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Functions callable by db-lib client programs."]; Node4 [label="Bulk copy functions",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00529.html",tooltip="Functions to bulk-copy (a/k/a bcp) data to/from the database."]; Node2 [label="Primary functions",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00527.html",tooltip="Core functions needed by most db-lib programs."]; Node6 [label="Datetime functions",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00532.html",tooltip="Functions to manipulate DBDATETIME structures."]; Node7 [label="Internals",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00533.html",tooltip="Functions called within db-lib for self-help."]; Node5 [label="Money functions",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00531.html",tooltip="Functions to manipulate the MONEY datatype."]; Node3 [label="Remote Procedure functions",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00528.html",tooltip="Functions used with stored procedures."]; Node8 [label="Unimplemented",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$a00534.html",tooltip="Functions thus far not implemented in the FreeTDS db-lib implementation."]; Node1->Node2 [shape=plaintext, dir="back", style="solid"]; Node1->Node3 [shape=plaintext, dir="back", style="solid"]; Node1->Node4 [shape=plaintext, dir="back", style="solid"]; Node1->Node5 [shape=plaintext, dir="back", style="solid"]; Node1->Node6 [shape=plaintext, dir="back", style="solid"]; Node1->Node7 [shape=plaintext, dir="back", style="solid"]; Node1->Node8 [shape=plaintext, dir="back", style="solid"]; }