public SegmentImpl(WSBase owner)
 {
     fStmt             = owner.GetDataBase().GetConnection().CreateCommand();
     fStmt.CommandType = System.Data.CommandType.Text;
 }