Imported modules
|
|
import genny_util
import string
import sys
import time
|
Functions
|
|
sql_header
sql_tables
sql_timetest
sql_write_table
|
|
sql_header
|
sql_header (
logfh,
sqlfh,
__version__,
sqlheaderfilename,
)
**************************************************************
Output the header to the SQL DDL file
|
|
sql_tables
|
sql_tables (
logfh,
sqlfh,
LDD_rows,
commentflag,
debug,
)
**************************************************************
Output the SQL DDL for the containers in the input LDD to the
SQL DDL output file
|
|
sql_timetest
|
sql_timetest ()
**************************************************************
Output the current time
|
|
sql_write_table
|
sql_write_table (
logfh,
sqlfh,
container_rows,
commentflag,
debug,
)
**************************************************************
write the SQL DDL for a single container LDD to the SQL DDL
output file
10/02/02 - revised for the enhanced LDD info
|
|