Lines Matching defs:ptwrite
455 do_query(query, 'CREATE TABLE ptwrite ('
615 'ptwrite.id,'
620 ' FROM ptwrite'
621 ' INNER JOIN samples ON samples.id = ptwrite.id')
842 copy_output_file(ptwrite_file, "ptwrite")
886 do_query(query, 'ALTER TABLE ptwrite ADD PRIMARY KEY (id)')
932 do_query(query, 'ALTER TABLE ptwrite '
952 if is_table_empty("ptwrite"):
953 drop("ptwrite")
1048 def ptwrite(id, raw_buf):
1099 ptwrite(id, raw_buf)