Allocate structure for table information
Ns_DbTableInfo *Ns_DbNewTableInfo ( char *table );
The Ns_DbNewTableInfo function allocates an Ns_DbTableInfo structure for table
. This function should only need to be called by database driver developers.
The Ns_DbTableInfo structure returned must be deallocated with Ns_DbFreeTableInfo when no longer needed.