Lines Matching defs:ptwrite
453 do_query(query, 'CREATE TABLE ptwrite ('
612 'ptwrite.id,'
617 ' FROM ptwrite'
618 ' INNER JOIN samples ON samples.id = ptwrite.id')
839 copy_output_file(ptwrite_file, "ptwrite")
883 do_query(query, 'ALTER TABLE ptwrite ADD PRIMARY KEY (id)')
929 do_query(query, 'ALTER TABLE ptwrite '
949 if is_table_empty("ptwrite"):
950 drop("ptwrite")
1045 def ptwrite(id, raw_buf):
1096 ptwrite(id, raw_buf)